IsTexture          88 cc/layers/texture_layer_impl.cc       if ((draw_mode == DRAW_MODE_HARDWARE && texture_mailbox_.IsTexture()) ||
IsTexture          61 cc/output/copy_output_request.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture          69 cc/output/copy_output_request.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture          29 cc/output/copy_output_result.cc   DCHECK(texture_mailbox_.IsTexture());
IsTexture         760 cc/resources/resource_provider.cc   if (mailbox.IsTexture()) {
IsTexture         850 cc/resources/resource_provider.cc       DCHECK(resource->mailbox.IsTexture());
IsTexture        1056 cc/resources/resource_provider.cc     DCHECK(resource->mailbox.IsTexture());
IsTexture        1623 cc/resources/resource_provider.cc     DCHECK(source->mailbox.IsTexture());
IsTexture          39 cc/resources/texture_mailbox.cc   if (other.IsTexture()) {
IsTexture          40 cc/resources/texture_mailbox.cc     return IsTexture() && !memcmp(mailbox_holder_.mailbox.name,
IsTexture          30 cc/resources/texture_mailbox.h   bool IsValid() const { return IsTexture() || IsSharedMemory(); }
IsTexture          31 cc/resources/texture_mailbox.h   bool IsTexture() const { return !mailbox_holder_.mailbox.IsZero(); }
IsTexture         230 cc/test/layer_tree_pixel_test.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture         231 cc/test/layer_tree_pixel_test.cc   if (!texture_mailbox.IsTexture())
IsTexture          86 cc/trees/layer_tree_host_pixeltest_readback.cc     EXPECT_TRUE(texture_mailbox.IsTexture());
IsTexture         322 content/browser/media/capture/desktop_capture_device_aura.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture         323 content/browser/media/capture/desktop_capture_device_aura.cc   if (!texture_mailbox.IsTexture())
IsTexture        1329 content/browser/renderer_host/render_widget_host_view_android.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture        1330 content/browser/renderer_host/render_widget_host_view_android.cc   if (!texture_mailbox.IsTexture())
IsTexture        1839 content/browser/renderer_host/render_widget_host_view_aura.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture        1840 content/browser/renderer_host/render_widget_host_view_aura.cc   if (!texture_mailbox.IsTexture())
IsTexture        2007 content/browser/renderer_host/render_widget_host_view_aura.cc   DCHECK(texture_mailbox.IsTexture());
IsTexture        2008 content/browser/renderer_host/render_widget_host_view_aura.cc   if (!texture_mailbox.IsTexture())
IsTexture         943 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc DELEGATE_TO_GL_1RB(isTexture, IsTexture, WebGLId, WGC3Dboolean)
IsTexture         342 content/shell/renderer/test_runner/TestPlugin.cpp     if (m_textureMailbox.IsTexture()) {
IsTexture         104 gpu/GLES2/gl2chromium_autogen.h #define glIsTexture GLES2_GET_FUN(IsTexture)
IsTexture         352 gpu/command_buffer/client/gles2_c_lib_autogen.h   return gles2::GetGLContext()->IsTexture(texture);
IsTexture         900 gpu/command_buffer/client/gles2_cmd_helper_autogen.h   gles2::cmds::IsTexture* c = GetCmdSpace<gles2::cmds::IsTexture>();
IsTexture         286 gpu/command_buffer/client/gles2_implementation_autogen.h virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
IsTexture        1043 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   typedef cmds::IsTexture::Result Result;
IsTexture        1049 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->IsTexture(texture, GetResultShmId(), GetResultShmOffset());
IsTexture         877 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h TEST_F(GLES2ImplementationTest, IsTexture) {
IsTexture         879 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h     cmds::IsTexture cmd;
IsTexture         882 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h   typedef cmds::IsTexture::Result Result;
IsTexture         885 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h       GetExpectedResultMemory(sizeof(cmds::IsTexture::Result));
IsTexture         892 gpu/command_buffer/client/gles2_implementation_unittest_autogen.h   GLboolean result = gl_->IsTexture(1);
IsTexture         200 gpu/command_buffer/client/gles2_interface_autogen.h virtual GLboolean IsTexture(GLuint texture) = 0;
IsTexture         210 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
IsTexture         210 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
IsTexture         584 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   return gl_->IsTexture(texture);
IsTexture        4393 gpu/command_buffer/common/gles2_cmd_format_autogen.h   typedef IsTexture ValueType;
IsTexture        4428 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(sizeof(IsTexture) == 16, Sizeof_IsTexture_is_not_16);
IsTexture        4429 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(IsTexture, header) == 0,
IsTexture        4431 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(IsTexture, texture) == 4,
IsTexture        4433 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(IsTexture, result_shm_id) == 8,
IsTexture        4435 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(IsTexture, result_shm_offset) == 12,
IsTexture        1429 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h TEST_F(GLES2FormatTest, IsTexture) {
IsTexture        1430 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   cmds::IsTexture& cmd = *GetBufferAs<cmds::IsTexture>();
IsTexture        1435 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<uint32>(cmds::IsTexture::kCmdId), cmd.header.command);
IsTexture         115 gpu/command_buffer/common/gles2_cmd_ids_autogen.h   OP(IsTexture)                              /* 356 */                              \
IsTexture         560 gpu/command_buffer/service/framebuffer_manager.cc       if (attachment->IsTexture(texture_ref)) {
IsTexture          43 gpu/command_buffer/service/framebuffer_manager.h     virtual bool IsTexture(TextureRef* texture) const = 0;
IsTexture        1501 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h     const gles2::cmds::IsTexture& c) {
IsTexture        1503 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   typedef cmds::IsTexture::Result Result;
IsTexture        3451 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc TEST_F(GLES2DecoderTest, IsTexture) {
IsTexture          52 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h   SpecializedSetup<cmds::IsTexture, 0>(true);
IsTexture          53 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h   cmds::IsTexture cmd;
IsTexture          60 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h   SpecializedSetup<cmds::IsTexture, 0>(false);
IsTexture          61 gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h   cmds::IsTexture cmd;
IsTexture         799 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc   return IsObjectHelper<cmds::IsTexture, cmds::IsTexture::Result>(client_id);
IsTexture        1422 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc       &IsShader,                            &IsTexture,
IsTexture         304 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(IsTexture, GLboolean, (GLuint texture), (texture))
IsTexture         298 ppapi/c/ppb_opengles2.h   GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
IsTexture         554 ppapi/lib/gl/gles2/gles2.c   return glGetInterfacePPAPI()->IsTexture(glGetCurrentContextPPAPI(), texture);
IsTexture         577 ppapi/lib/gl/include/GLES2/gl2.h #define glIsTexture GLES2_GET_FUN(IsTexture)
IsTexture         848 ppapi/shared_impl/ppb_opengles2_shared.cc     return ToGles2Impl(&enter)->IsTexture(texture);
IsTexture        1622 ppapi/shared_impl/ppb_opengles2_shared.cc       &IsShader,                            &IsTexture,
IsTexture         813 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc DELEGATE_TO_GL_1RB(isTexture, IsTexture, WebGLId, WGC3Dboolean)