Searched defs:ConsumeTextureCHROMIUM (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc361 void TestGLES2Interface::ConsumeTextureCHROMIUM(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1690 void GLES2Implementation::ConsumeTextureCHROMIUM( function in class:GLES2Implementation
H A Dgles2_interface_stub_impl_autogen.h625 void GLES2InterfaceStub::ConsumeTextureCHROMIUM( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1856 void ConsumeTextureCHROMIUM( function
1858 gles2::cmds::ConsumeTextureCHROMIUM* c =
1859 GetCmdSpace<gles2::cmds::ConsumeTextureCHROMIUM>();
H A Dgles2_trace_implementation_impl_autogen.h1155 void GLES2TraceImplementation::ConsumeTextureCHROMIUM( function in class:GLES2TraceImplementation
1157 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ConsumeTextureCHROMIUM");
1158 gl_->ConsumeTextureCHROMIUM(target, mailbox);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h9819 struct ConsumeTextureCHROMIUM { struct
9820 typedef ConsumeTextureCHROMIUM ValueType;
9854 COMPILE_ASSERT(sizeof(ConsumeTextureCHROMIUM) == 16,
9856 COMPILE_ASSERT(offsetof(ConsumeTextureCHROMIUM, header) == 0,
9858 COMPILE_ASSERT(offsetof(ConsumeTextureCHROMIUM, target) == 4,
9860 COMPILE_ASSERT(offsetof(ConsumeTextureCHROMIUM, mailbox_shm_id) == 8,
9862 COMPILE_ASSERT(offsetof(ConsumeTextureCHROMIUM, mailbox_shm_offset) == 12,

Completed in 112 milliseconds