Home
last modified time | relevance | path

Searched defs:getProgramInfoLog (Results 1 – 13 of 13) 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/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h170 PFNGLGETPROGRAMINFOLOGPROC getProgramInfoLog = nullptr; variable
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/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/framework/opengl/wrapper/
DglwFunctions.inl325 glGetProgramInfoLogFunc getProgramInfoLog; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6860 void Context::getProgramInfoLog(ShaderProgramID program, in getProgramInfoLog() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4994 getProgramInfoLog(program: WebGLProgram): string | null; method
Dlib.dom.d.ts16241 getProgramInfoLog(program: WebGLProgram): string | null; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4974 getProgramInfoLog(program: WebGLProgram): string | null; method
Ddom.generated.d.ts16221 getProgramInfoLog(program: WebGLProgram): string | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts15068 getProgramInfoLog(program: WebGLProgram): string; method