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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 60 bool glslVersionIsES (GLSLVersion version);
gluShaderUtil.cpp 79 bool glslVersionIsES (GLSLVersion version)
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 142 , m_blendFuncExt (!glu::glslVersionIsES(glslVersion) && (glslVersion >= glu::GLSL_VERSION_330))
glsAttributeLocationTests.cpp 258 const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVersion) ? glu::GLSL_VERSION_100_ES : contextGLSLVersion);
289 const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVersion) ? glu::GLSL_VERSION_100_ES : contextGLSLVersion);
    [all...]
glsShaderExecUtil.cpp 156 if (glu::glslVersionIsES(shaderSpec.version) && shaderSpec.version <= glu::GLSL_VERSION_310_ES)
    [all...]
glsUniformBlockCase.cpp 58 return version >= (glslVersionIsES(version) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330);
    [all...]
glsTextureTestUtil.cpp     [all...]

Completed in 260 milliseconds