Home
last modified time | relevance | path

Searched defs:getShaderInfoLog (Results 1 – 15 of 15) 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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h172 PFNGLGETSHADERINFOLOGPROC getShaderInfoLog = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h172 PFNGLGETSHADERINFOLOGPROC getShaderInfoLog = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl351 glGetShaderInfoLogFunc getShaderInfoLog; 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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp6110 void Context::getShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *infolog) in getShaderInfoLog() function in gl::Context
/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.ts4865 getShaderInfoLog(shader: WebGLShader): string | null; method
Dlib.dom.d.ts17896 getShaderInfoLog(shader: WebGLShader): string | null; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4845 getShaderInfoLog(shader: WebGLShader): string | null; method
Ddom.generated.d.ts17876 getShaderInfoLog(shader: WebGLShader): string | null; method
/third_party/typescript/tests/lib/
Dlib.d.ts15071 getShaderInfoLog(shader: WebGLShader): string; method