Home
last modified time | relevance | path

Searched defs:getShaderInfoLog (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.cpp258 static inline string getShaderInfoLog (const deUint32 shaderGL) in getShaderInfoLog() function
DglsAttributeLocationTests.cpp307 string getShaderInfoLog (const glw::Functions& gl, deUint32 shader) in getShaderInfoLog() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js739 getShaderInfoLog: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h172 PFNGLGETSHADERINFOLOGPROC getShaderInfoLog = nullptr; variable
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderCompilationCases.cpp285 static string getShaderInfoLog (const glw::Functions& gl, deUint32 shader) in getShaderInfoLog() function
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp285 static string getShaderInfoLog (const glw::Functions& gl, deUint32 shader) in getShaderInfoLog() function
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl349 glGetShaderInfoLogFunc getShaderInfoLog; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6903 void Context::getShaderInfoLog(ShaderProgramID shader, in getShaderInfoLog() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4997 getShaderInfoLog(shader: WebGLShader): string | null; method
Dlib.dom.d.ts16244 getShaderInfoLog(shader: WebGLShader): string | null; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4977 getShaderInfoLog(shader: WebGLShader): string | null; method
Ddom.generated.d.ts16224 getShaderInfoLog(shader: WebGLShader): string | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts15071 getShaderInfoLog(shader: WebGLShader): string; method