HomeSort by relevance Sort by last modified time
    Searched refs:isGLSLVersionSupported (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 186 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES))
188 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES))
190 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330))
348 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES))
350 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES))
352 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330))
glsSamplerObjectTest.cpp 212 if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_300_ES))
224 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330))
732 if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_300_ES))
744 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330))
    [all...]
glsVertexArrayTests.cpp 913 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES))
922 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES))
931 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330))
1056 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES))
1065 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES))
1074 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330))
    [all...]
glsBufferTestUtil.cpp 426 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
664 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
glsDrawTest.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.cpp 113 bool isGLSLVersionSupported (ContextType type, GLSLVersion version)
123 if (isGLSLVersionSupported(type, GLSLVersion(version)))
gluShaderUtil.hpp 61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);

Completed in 137 milliseconds