Home
last modified time | relevance | path

Searched refs:GenSharedIdsCHROMIUM (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h177 OP(GenSharedIdsCHROMIUM) /* 418 */ \
Dgles2_cmd_format_autogen.h7433 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,
Dgles2_cmd_format_test_autogen.h2667 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/
Dgl2chromium_autogen.h185 #define glGenSharedIdsCHROMIUM GLES2_GET_FUN(GenSharedIdsCHROMIUM)
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h655 void GLES2InterfaceStub::GenSharedIdsCHROMIUM(GLuint /* namespace_id */, in GenSharedIdsCHROMIUM() function
Dgles2_cmd_helper_autogen.h1552 void GenSharedIdsCHROMIUM(GLuint namespace_id, in GenSharedIdsCHROMIUM() function
1557 gles2::cmds::GenSharedIdsCHROMIUM* c = in GenSharedIdsCHROMIUM()
1558 GetCmdSpace<gles2::cmds::GenSharedIdsCHROMIUM>(); in GenSharedIdsCHROMIUM()
Dgles2_trace_implementation_impl_autogen.h1143 void GLES2TraceImplementation::GenSharedIdsCHROMIUM(GLuint namespace_id, in GenSharedIdsCHROMIUM() function
1148 gl_->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); in GenSharedIdsCHROMIUM()
Dgles2_interface_autogen.h371 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
Dgles2_implementation_autogen.h556 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
Dgles2_interface_stub_autogen.h402 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
Dgles2_trace_implementation_autogen.h402 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id,
Dgles2_c_lib_autogen.h719 gles2::GetGLContext()->GenSharedIdsCHROMIUM(namespace_id, id_offset, n, ids); in GLES2GenSharedIdsCHROMIUM()
Dgles2_implementation.cc957 void GLES2Implementation::GenSharedIdsCHROMIUM( in GenSharedIdsCHROMIUM() function in gpu::gles2::GLES2Implementation
970 helper_->GenSharedIdsCHROMIUM( in GenSharedIdsCHROMIUM()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest.cc213 GenSharedIdsCHROMIUM gen_cmd; in TEST_P()
285 GenSharedIdsCHROMIUM cmd; in TEST_P()
Dgles2_cmd_decoder.cc5052 const gles2::cmds::GenSharedIdsCHROMIUM& c = in HandleGenSharedIdsCHROMIUM()
5053 *static_cast<const gles2::cmds::GenSharedIdsCHROMIUM*>(cmd_data); in HandleGenSharedIdsCHROMIUM()