Searched refs:isGLSLVersionSupported (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
D | glsMemoryStressCase.cpp | 179 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES)) in TextureRenderer() 181 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES)) in TextureRenderer() 183 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330)) in TextureRenderer() 341 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES)) in BufferRenderer() 343 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES)) in BufferRenderer() 345 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() 730 if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_300_ES)) in init() 742 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330)) in init()
|
D | glsVertexArrayTests.cpp | 818 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES)) in genVertexSource() 827 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES)) in genVertexSource() 836 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330)) in genVertexSource() 961 if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_300_ES)) in genFragmentSource() 970 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_100_ES)) in genFragmentSource() 979 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 | 1409 if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_300_ES)) in generateShaderParams() 1419 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_100_ES)) in generateShaderParams() 1429 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_430)) in generateShaderParams() 1439 else if (glu::isGLSLVersionSupported(type, glu::GLSL_VERSION_330)) in generateShaderParams()
|
D | glsShaderLibraryCase.cpp | 757 if (!isGLSLVersionSupported(m_renderCtx.getType(), m_spec.targetVersion)) in init()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.cpp | 125 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported() function 135 if (isGLSLVersionSupported(type, GLSLVersion(version))) in getContextTypeGLSLVersion()
|
D | gluShaderUtil.hpp | 64 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderNegativeTests.cpp | 301 if (isGLSLVersionSupported(m_context.getRenderContext().getType(), GLSL_VERSION_320_ES)) in init()
|
D | glcUniformBlockTests.cpp | 1283 if (glu::isGLSLVersionSupported(m_context.getRenderContext().getType(), glu::GLSL_VERSION_300_ES)) in init() 1290 …else if (glu::isGLSLVersionSupported(m_context.getRenderContext().getType(), glu::GLSL_VERSION_150… in init()
|