Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp240 static inline string getShaderInfoLog(const uint32_t shaderGL) in getShaderInfoLog() function
H A DglsAttributeLocationTests.cpp302 string getShaderInfoLog(const glw::Functions &gl, uint32_t shader) in getShaderInfoLog() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h172 PFNGLGETSHADERINFOLOGPROC getShaderInfoLog = nullptr; variable
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp284 static string getShaderInfoLog(const glw::Functions &gl, uint32_t shader) in getShaderInfoLog() function
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl351 glGetShaderInfoLogFunc getShaderInfoLog; variable
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp284 static string getShaderInfoLog(const glw::Functions &gl, uint32_t shader) in getShaderInfoLog() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7181 void Context::getShaderInfoLog(ShaderProgramID shader, in getShaderInfoLog() function in gl::Context