/external/chromium_org/mojo/apps/js/bindings/gl/ |
D | context.cc | 77 std::string Context::GetProgramInfoLog(GLuint program) { in GetProgramInfoLog() function in mojo::js::gl::Context
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 277 void (*GetProgramInfoLog)(PP_Resource context, member 736 void (*GetProgramInfoLog)(PP_Resource context, member
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_format_autogen.h | 3005 struct GetProgramInfoLog { struct 3006 typedef GetProgramInfoLog ValueType; argument 3007 static const CommandId kCmdId = kGetProgramInfoLog; argument 3008 static const cmd::ArgFlags kArgFlags = cmd::kFixed; 3009 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3); 3033 COMPILE_ASSERT(sizeof(GetProgramInfoLog) == 12, argument
|
D | gles2_cmd_format_test_autogen.h | 1007 TEST_F(GLES2FormatTest, GetProgramInfoLog) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_implementation_impl_autogen.h | 748 void GLES2Implementation::GetProgramInfoLog(GLuint program, in GetProgramInfoLog() function
|
D | gles2_interface_stub_impl_autogen.h | 251 void GLES2InterfaceStub::GetProgramInfoLog(GLuint /* program */, in GetProgramInfoLog() function
|
D | gles2_trace_implementation_impl_autogen.h | 440 void GLES2TraceImplementation::GetProgramInfoLog(GLuint program, in GetProgramInfoLog() function
|
D | gles2_cmd_helper_autogen.h | 638 void GetProgramInfoLog(GLuint program, uint32_t bucket_id) { in GetProgramInfoLog() function
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_opengles2_thunk.cc | 618 void GetProgramInfoLog(PP_Resource context_id, in GetProgramInfoLog() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 629 void GetProgramInfoLog(PP_Resource context_id, in GetProgramInfoLog() function
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitemp.h | 3026 KEYWORD1 void KEYWORD2 NAME(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei * length, G… in NAME() argument
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | glapi_mapi_tmp.h | 4739 GLAPI void APIENTRY GLAPI_PREFIX(GetProgramInfoLog)(GLuint program, GLsizei bufSize, GLsizei *lengt… in GLAPI_PREFIX() argument
|