Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp201 static std::string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp250 static inline string getProgramInfoLog(const uint32_t programGL) in getProgramInfoLog() function
H A DglsAttributeLocationTests.cpp328 string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h170 PFNGLGETPROGRAMINFOLOGPROC getProgramInfoLog = nullptr; variable
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp298 static string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl325 glGetProgramInfoLogFunc getProgramInfoLog; variable
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp298 static string getProgramInfoLog(const glw::Functions &gl, uint32_t program) in getProgramInfoLog() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7134 void Context::getProgramInfoLog(ShaderProgramID program, in getProgramInfoLog() function in gl::Context