Searched defs:GetProgramInfoLog (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc77 std::string Context::GetProgramInfoLog(GLuint program) { function in class:mojo::js::gl::Context
140 .SetMethod("getProgramInfoLog", GetProgramInfoLog)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h748 void GLES2Implementation::GetProgramInfoLog(GLuint program, function in class:GLES2Implementation
759 helper_->GetProgramInfoLog(program, kResultBucketId);
H A Dgles2_interface_stub_impl_autogen.h251 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h638 void GetProgramInfoLog(GLuint program, uint32_t bucket_id) { function
639 gles2::cmds::GetProgramInfoLog* c =
640 GetCmdSpace<gles2::cmds::GetProgramInfoLog>();
H A Dgles2_trace_implementation_impl_autogen.h440 void GLES2TraceImplementation::GetProgramInfoLog(GLuint program, function in class:GLES2TraceImplementation
444 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::GetProgramInfoLog");
445 gl_->GetProgramInfoLog(program, bufsize, length, infolog);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc618 void GetProgramInfoLog(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1411 &GetProgramiv, &GetProgramInfoLog,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h277 void (*GetProgramInfoLog)(PP_Resource context, member in struct:PPB_OpenGLES2_1_0
736 void (*GetProgramInfoLog)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc629 void GetProgramInfoLog(PP_Resource context_id, function in namespace:ppapi::__anon10171
636 ToGles2Impl(&enter)->GetProgramInfoLog(program, bufsize, length, infolog);
1643 &GetProgramiv, &GetProgramInfoLog,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h3005 struct GetProgramInfoLog { struct
3006 typedef GetProgramInfoLog ValueType;
3033 COMPILE_ASSERT(sizeof(GetProgramInfoLog) == 12,
3035 COMPILE_ASSERT(offsetof(GetProgramInfoLog, header) == 0,
3037 COMPILE_ASSERT(offsetof(GetProgramInfoLog, program) == 4,
3039 COMPILE_ASSERT(offsetof(GetProgramInfoLog, bucket_id) == 8,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3026 KEYWORD1 void KEYWORD2 NAME(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei * length, GLchar * infoLog) function
3029 DISPATCH(GetProgramInfoLog, (program, bufSize, length, infoLog), (F, "glGetProgramInfoLog(%d, %d, %p, %p);\n", program, bufSize, (const void *) length, (const void *) infoLog));
8603 TABLE_ENTRY(GetProgramInfoLog),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h510 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog);
4739 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) function
11833 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(GetProgramInfoLog))"\n"

Completed in 504 milliseconds