Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderProgram.cpp122 static std::string getProgramInfoLog (const RenderContext& renderCtx, deUint32 program) in getProgramInfoLog() function
/external/deqp/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
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl129 glGetProgramInfoLogFunc getProgramInfoLog; variable
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h142 virtual WebString getProgramInfoLog(WebGLId program) { return WebString(); } in getProgramInfoLog() function
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp299 static string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.cpp2525 String WebGLRenderingContextBase::getProgramInfoLog(WebGLProgram* program) in getProgramInfoLog() function in blink::WebGLRenderingContextBase