Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderProgram.cpp205 static std::string getProgramInfoLog (const glw::Functions& gl, deUint32 program) in getProgramInfoLog() function
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp546 GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, in getProgramInfoLog() function in __anonbc4282d90111::NullInterface
DGrGLTestInterface.h95 …virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* i… in getProgramInfoLog() function
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp546 GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, in getProgramInfoLog() function in __anon19c465a20111::NullInterface
DGrGLTestInterface.h95 …virtual GrGLvoid getProgramInfoLog(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, char* i… 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/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/deqp/framework/opengl/wrapper/
DglwFunctions.inl323 glGetProgramInfoLogFunc getProgramInfoLog; variable