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.h572 void GLES2InterfaceStub::GetProgramInfoCHROMIUM( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1826 void GetProgramInfoCHROMIUM(GLuint program, uint32 bucket_id) { function
1827 gles2::cmds::GetProgramInfoCHROMIUM* c =
1828 GetCmdSpace<gles2::cmds::GetProgramInfoCHROMIUM>();
H A Dgles2_implementation.cc3077 helper_->GetProgramInfoCHROMIUM(program, kResultBucketId);
3081 void GLES2Implementation::GetProgramInfoCHROMIUM( function in class:gpu::gles2::GLES2Implementation
H A Dgles2_trace_implementation_impl_autogen.h1057 void GLES2TraceImplementation::GetProgramInfoCHROMIUM( function in class:GLES2TraceImplementation
1059 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetProgramInfoCHROMIUM");
1060 gl_->GetProgramInfoCHROMIUM(program, bufsize, size, info);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h9675 struct GetProgramInfoCHROMIUM { struct
9676 typedef GetProgramInfoCHROMIUM ValueType;
9710 COMPILE_ASSERT(sizeof(GetProgramInfoCHROMIUM) == 12,
9712 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, header) == 0,
9714 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, program) == 4,
9716 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM, bucket_id) == 8,
9718 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, link_status) == 0,
9720 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, num_attribs) == 4,
9722 COMPILE_ASSERT(offsetof(GetProgramInfoCHROMIUM::Result, num_uniforms) == 8,

Completed in 78 milliseconds