Home
last modified time | relevance | path

Searched refs:getCompilationInfoLog (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderNonarrayInput.cpp308 std::string log = getCompilationInfoLog(m_gs_valid_non_ib); in iterate()
321 std::string log = getCompilationInfoLog(m_gs_valid_ib); in iterate()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.hpp195 std::string getCompilationInfoLog(glw::GLuint shader_id);
DesextcTestCaseBase.cpp433 std::string info_log = getCompilationInfoLog(sh_id); in buildProgramVA()
845 std::string TestCaseBase::getCompilationInfoLog(glw::GLuint shader_id) in getCompilationInfoLog() function in glcts::TestCaseBase
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderXFB.cpp520 << getCompilationInfoLog(shader) << "Shader:\n" in initTest()
DesextcTessellationShaderUtils.cpp212 std::string info_log = m_parent_test->getCompilationInfoLog(shader); in compileShaders()
DesextcTessellationShaderTCTE.cpp1457 << getCompilationInfoLog(shader) << "Shader:\n" in initTest()
2444 << getCompilationInfoLog(shader) << "\nShader:\n" in initTestRun()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3275 std::string info_log = getCompilationInfoLog(info.getShaderId()); in logCompilationLog()