Searched refs:isGLSLVersionSupported (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 186 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()
|
D | glsSamplerObjectTest.cpp | 212 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()
|
D | glsVertexArrayTests.cpp | 881 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES)) in genVertexSource() 890 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES)) in genVertexSource() 899 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330)) in genVertexSource() 1024 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES)) in genFragmentSource() 1033 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES)) in genFragmentSource() 1042 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330)) in genFragmentSource()
|
D | glsBufferTestUtil.cpp | 427 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion)); in VertexArrayVerifier() 665 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion)); in IndexArrayVerifier()
|
D | glsDrawTest.cpp | 1408 if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_300_ES)) in generateShaderParams() 1418 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_100_ES)) in generateShaderParams() 1428 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_430)) in generateShaderParams() 1438 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_330)) in generateShaderParams()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 114 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported() function 124 if (isGLSLVersionSupported(type, GLSLVersion(version))) in getContextTypeGLSLVersion()
|
D | gluShaderUtil.hpp | 61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
|