/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 177 OP(GenSharedIdsCHROMIUM) /* 418 */ \
|
D | gles2_cmd_format_autogen.h | 7433 struct GenSharedIdsCHROMIUM { struct 7434 typedef GenSharedIdsCHROMIUM ValueType; argument 7477 COMPILE_ASSERT(sizeof(GenSharedIdsCHROMIUM) == 24, argument 7479 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, header) == 0, 7481 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, namespace_id) == 4, 7483 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, id_offset) == 8, 7485 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, n) == 12, 7487 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, ids_shm_id) == 16, 7489 COMPILE_ASSERT(offsetof(GenSharedIdsCHROMIUM, ids_shm_offset) == 20,
|
D | gles2_cmd_format_test_autogen.h | 2667 TEST_F(GLES2FormatTest, GenSharedIdsCHROMIUM) { in TEST_F() argument 2668 cmds::GenSharedIdsCHROMIUM& cmd = *GetBufferAs<cmds::GenSharedIdsCHROMIUM>(); in TEST_F() 2675 EXPECT_EQ(static_cast<uint32_t>(cmds::GenSharedIdsCHROMIUM::kCmdId), in TEST_F()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 185 #define glGenSharedIdsCHROMIUM GLES2_GET_FUN(GenSharedIdsCHROMIUM)
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 655 void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */, in GenSharedIdsCHROMIUM() function
|
D | gles2_cmd_helper_autogen.h | 1552 void GenSharedIdsCHROMIUM(GLuint namespace_id, in GenSharedIdsCHROMIUM() function 1557 gles2::cmds::GenSharedIdsCHROMIUM* c = in GenSharedIdsCHROMIUM() 1558 GetCmdSpace<gles2::cmds::GenSharedIdsCHROMIUM>(); in GenSharedIdsCHROMIUM()
|
D | gles2_trace_implementation_impl_autogen.h | 1143 void GLES2TraceImplementation::GenSharedIdsCHROMIUM(GLuint namespace_id, in GenSharedIdsCHROMIUM() function 1148 gl_->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); in GenSharedIdsCHROMIUM()
|
D | gles2_interface_autogen.h | 371 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
|
D | gles2_implementation_autogen.h | 556 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
|
D | gles2_interface_stub_autogen.h | 402 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
|
D | gles2_trace_implementation_autogen.h | 402 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
|
D | gles2_c_lib_autogen.h | 719 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); in GLES2GenSharedIdsCHROMIUM()
|
D | gles2_implementation.cc | 957 void GLES2Implementation::GenSharedIdsCHROMIUM( in GenSharedIdsCHROMIUM() function in gpu::gles2::GLES2Implementation 970 helper_->GenSharedIdsCHROMIUM( in GenSharedIdsCHROMIUM()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest.cc | 213 GenSharedIdsCHROMIUM gen_cmd; in TEST_P() 285 GenSharedIdsCHROMIUM cmd; in TEST_P()
|
D | gles2_cmd_decoder.cc | 5052 const gles2::cmds::GenSharedIdsCHROMIUM& c = in HandleGenSharedIdsCHROMIUM() 5053 *static_cast<const gles2::cmds::GenSharedIdsCHROMIUM*>(cmd_data); in HandleGenSharedIdsCHROMIUM()
|