Home
last modified time | relevance | path

Searched defs:getProgramInfoLog (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp205 static std::string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.cpp268 static inline string getProgramInfoLog (const deUint32 programGL) in getProgramInfoLog() function
DglsAttributeLocationTests.cpp333 string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js714 getProgramInfoLog: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h170 PFNGLGETPROGRAMINFOLOGPROC getProgramInfoLog = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h170 PFNGLGETPROGRAMINFOLOGPROC getProgramInfoLog = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl325 glGetProgramInfoLogFunc getProgramInfoLog; variable
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6075 void Context::getProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei *length, GLchar *infolog) in getProgramInfoLog() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6856 void Context::getProgramInfoLog(ShaderProgramID program, in getProgramInfoLog() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4862 getProgramInfoLog(program: WebGLProgram): string | null; method
Dlib.dom.d.ts17893 getProgramInfoLog(program: WebGLProgram): string | null; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4842 getProgramInfoLog(program: WebGLProgram): string | null; method
Ddom.generated.d.ts17873 getProgramInfoLog(program: WebGLProgram): string | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts15068 getProgramInfoLog(program: WebGLProgram): string; method