Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp186 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES)) in TextureRenderer()
188 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES)) in TextureRenderer()
190 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330)) in TextureRenderer()
348 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES)) in BufferRenderer()
350 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES)) in BufferRenderer()
352 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330)) in BufferRenderer()
DglsSamplerObjectTest.cpp212 if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_300_ES)) in init()
224 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330)) in init()
732 if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_300_ES)) in init()
744 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330)) in init()
DglsVertexArrayTests.cpp913 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES)) in genVertexSource()
922 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES)) in genVertexSource()
931 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330)) in genVertexSource()
1056 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES)) in genFragmentSource()
1065 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES)) in genFragmentSource()
1074 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330)) in genFragmentSource()
DglsBufferTestUtil.cpp426 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion)); in VertexArrayVerifier()
664 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion)); in IndexArrayVerifier()
DglsDrawTest.cpp1422 if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_300_ES)) in generateShaderParams()
1432 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_100_ES)) in generateShaderParams()
1442 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_430)) in generateShaderParams()
1452 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_330)) in generateShaderParams()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp113 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported() function
123 if (isGLSLVersionSupported(type, GLSLVersion(version))) in getContextTypeGLSLVersion()
DgluShaderUtil.hpp61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);