Searched defs:GetProgramInfoCHROMIUM (Results 1 - 5 of 5) sorted by relevance

/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_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_implementation.cc3284 helper_->GetProgramInfoCHROMIUM(program, kResultBucketId);
3288 void GLES2Implementation::GetProgramInfoCHROMIUM( function in class:gpu::gles2::GLES2Implementation
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);
/external/chromium_org/gpu/command_buffer/common/
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,

Completed in 104 milliseconds