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

  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 116 else if (glslVersion == glu::GLSL_VERSION_330)
129 else if (glslVersion == glu::GLSL_VERSION_330)
142 , m_blendFuncExt (!glu::glslVersionIsES(glslVersion) && (glslVersion >= glu::GLSL_VERSION_330))
146 glslVersion == glu::GLSL_VERSION_330);
glsMemoryStressCase.cpp 190 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330))
352 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330))
glsBufferTestUtil.cpp 424 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
662 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
glsSamplerObjectTest.cpp 224 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330))
744 else if (glu::isGLSLVersionSupported(m_renderCtx.getType(), glu::GLSL_VERSION_330))
    [all...]
glsTextureBufferCase.cpp 382 parameters["HIGHP"] = (glslVersion == glu::GLSL_VERSION_330 ? "" : "highp");
383 parameters["TEXTURE_BUFFER_EXT"] = (glslVersion == glu::GLSL_VERSION_330 ? "" : "#extension GL_EXT_texture_buffer : enable\n");
    [all...]
glsShaderLibrary.cpp 1045 else if (versionNum == 330) version = glu::GLSL_VERSION_330;
    [all...]
glsVertexArrayTests.cpp 931 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330))
1074 else if (glu::isGLSLVersionSupported(ctx.getType(), glu::GLSL_VERSION_330))
    [all...]
glsUniformBlockCase.cpp 58 return version >= (glslVersionIsES(version) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330);
    [all...]
glsTextureTestUtil.cpp     [all...]
glsDrawTest.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 47 GLSL_VERSION_330, //!< GLSL 3.0
gluShaderUtil.cpp 76 return de::inRange<int>(version, GLSL_VERSION_300_ES, GLSL_VERSION_310_ES) || de::inRange<int>(version, GLSL_VERSION_330, GLSL_VERSION_430);

Completed in 153 milliseconds