Searched refs:GetProgramInfoCHROMIUM (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h185 OP(GetProgramInfoCHROMIUM) /* 426 */ \
H A Dgles2_cmd_format_autogen.h7822 struct GetProgramInfoCHROMIUM { struct
7823 typedef GetProgramInfoCHROMIUM ValueType;
7856 COMPILE_ASSERT(sizeof(GetProgramInfoCHROMIUM) == 12,
7858 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, header) == 0,
7860 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, program) == 4,
7862 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, bucket_id) == 8,
7864 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, link_status) == 0,
7866 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, num_attribs) == 4,
7868 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, num_uniforms) == 8,
H A Dgles2_cmd_format_test_autogen.h2798 TEST_F(GLES2FormatTest, GetProgramInfoCHROMIUM) {
2799 cmds::GetProgramInfoCHROMIUM& cmd =
2800 *GetBufferAs<cmds::GetProgramInfoCHROMIUM>();
2803 EXPECT_EQ(static_cast<uint32_t>(cmds::GetProgramInfoCHROMIUM::kCmdId),
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h204 #define glGetProgramInfoCHROMIUM GLES2_GET_FUN(GetProgramInfoCHROMIUM)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h720 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, function in class:GLES2InterfaceStub
H A Dgles2_implementation_unittest.cc2090 cmds::GetProgramInfoCHROMIUM get_program_info;
2103 gl_->GetProgramInfoCHROMIUM(kProgramId, sizeof(buf), &size, &buf);
2139 cmds::GetProgramInfoCHROMIUM get_program_info;
2152 gl_->GetProgramInfoCHROMIUM(kProgramId, 6, &size, &buf);
2158 gl_->GetProgramInfoCHROMIUM(kProgramId, -1, &size, &buf);
2163 gl_->GetProgramInfoCHROMIUM(kProgramId, sizeof(buf), NULL, &buf);
H A Dgles2_cmd_helper_autogen.h1637 void GetProgramInfoCHROMIUM(GLuint program, uint32_t bucket_id) { function
1638 gles2::cmds::GetProgramInfoCHROMIUM* c =
1639 GetCmdSpace<gles2::cmds::GetProgramInfoCHROMIUM>();
H A Dgles2_trace_implementation_impl_autogen.h1258 void GLES2TraceImplementation::GetProgramInfoCHROMIUM(GLuint program, function in class:GLES2TraceImplementation
1262 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetProgramInfoCHROMIUM");
1263 gl_->GetProgramInfoCHROMIUM(program, bufsize, size, info);
H A Dgles2_implementation_autogen.h613 virtual void GetProgramInfoCHROMIUM(GLuint program,
H A Dgles2_interface_autogen.h411 virtual void GetProgramInfoCHROMIUM(GLuint program,
H A Dgles2_interface_stub_autogen.h442 virtual void GetProgramInfoCHROMIUM(GLuint program,
H A Dgles2_trace_implementation_autogen.h442 virtual void GetProgramInfoCHROMIUM(GLuint program,
H A Dgles2_c_lib_autogen.h794 gles2::GetGLContext()->GetProgramInfoCHROMIUM(program, bufsize, size, info);
H A Dgles2_implementation.cc3284 helper_->GetProgramInfoCHROMIUM(program, kResultBucketId);
3288 void GLES2Implementation::GetProgramInfoCHROMIUM( function in class:gpu::gles2::GLES2Implementation
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_programs.cc59 GetProgramInfoCHROMIUM cmd;
70 GetProgramInfoCHROMIUM cmd;
H A Dgles2_cmd_decoder.cc9726 const gles2::cmds::GetProgramInfoCHROMIUM& c =
9727 *static_cast<const gles2::cmds::GetProgramInfoCHROMIUM*>(cmd_data);

Completed in 6670 milliseconds