HomeSort by relevance Sort by last modified time
    Searched refs:GLSLVersion (Results 26 - 50 of 53) sorted by null

12 3

  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 45 glu::GLSLVersion version,
glsShaderLibrary.cpp 60 static const glu::GLSLVersion DEFAULT_GLSL_VERSION = glu::GLSL_VERSION_100_ES;
195 void parseGLSLVersion (glu::GLSLVersion& version);
1024 void ShaderParser::parseGLSLVersion (glu::GLSLVersion& version)
1135 GLSLVersion version = DEFAULT_GLSL_VERSION;
    [all...]
glsRandomUniformBlockCase.cpp 41 glu::GLSLVersion glslVersion,
47 : UniformBlockCase (testCtx, renderCtx, name, description, glslVersion, bufferMode)
glsAttributeLocationTests.cpp 257 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType());
258 const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVersion) ? glu::GLSL_VERSION_100_ES : contextGLSLVersion);
259 const bool usesInOutQualifiers = glu::glslVersionUsesInOutQualifiers(glslVersion);
264 parameters["VERSION"] = glu::getGLSLVersionDeclaration(glslVersion);
288 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType());
289 const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVersion) ? glu::GLSL_VERSION_100_ES : contextGLSLVersion);
291 const bool usesInOutQualifiers = glu::glslVersionUsesInOutQualifiers(glslVersion);
295 parameters["VERSION"] = glu::getGLSLVersionDeclaration(glslVersion);
    [all...]
glsLongStressTestUtil.cpp 82 ProgramLibrary::ProgramLibrary (const glu::GLSLVersion glslVersion)
83 : m_glslVersion (glslVersion)
85 DE_ASSERT(glslVersion == glu::GLSL_VERSION_100_ES || glslVersion == glu::GLSL_VERSION_300_ES);
glsShaderExecUtil.cpp 230 static std::string generateEmptyFragmentSource (glu::GLSLVersion version)
    [all...]
glsBufferTestUtil.cpp 424 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
426 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
429 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
439 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
662 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
664 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
667 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
677 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n
    [all...]
glsUniformBlockCase.cpp 56 static bool isSupportedGLSLVersion (glu::GLSLVersion version)
    [all...]
glsTextureBufferCase.cpp 372 string specializeShader (const string& shaderTemplateString, glu::GLSLVersion glslVersion)
377 parameters["VERSION_HEADER"] = glu::getGLSLVersionDeclaration(glslVersion);
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");
394 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType());
396 const string vertexShaderSource = specializeShader(vertexShaderTemplate, glslVersion);
397 const string fragmentShaderSource = specializeShader(fragmentShaderTemplate, glslVersion);
    [all...]
glsScissorTests.cpp 127 glu::ProgramSources genShaders(glu::GLSLVersion version)
glsTextureTestUtil.cpp     [all...]
  /external/mesa3d/src/glsl/
main.cpp 50 ctx->Const.GLSLVersion = 140;
glsl_parser_extras.cpp 92 _mesa_is_desktop_gl(ctx) ? ctx->Const.GLSLVersion : 100;
  /external/mesa3d/src/mesa/main/
getstring.c 50 switch (ctx->Const.GLSLVersion) {
context.c 639 ctx->Const.GLSLVersion = 120;
643 ctx->Const.GLSLVersion = 100;
646 ctx->Const.GLSLVersion = 0; /* GLSL not supported */
    [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.c 639 ctx->Const.GLSLVersion = 120;
643 ctx->Const.GLSLVersion = 100;
646 ctx->Const.GLSLVersion = 0; /* GLSL not supported */
    [all...]
mtypes.h     [all...]
get.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
builtin_function.cpp 40 fakeCtx.Const.GLSLVersion = 140;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 92 _mesa_is_desktop_gl(ctx) ? ctx->Const.GLSLVersion : 100;
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 222 Shader (const SharedPtr& enclosingNode, glu::ShaderType type, glu::GLSLVersion version)
231 const glu::GLSLVersion m_version;
376 ShaderSet (const SharedPtr& enclosing, glu::GLSLVersion version);
382 const glu::GLSLVersion m_version;
388 ShaderSet::ShaderSet (const SharedPtr& enclosing, glu::GLSLVersion version)
    [all...]
es31fSSBOLayoutCase.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 571 milliseconds

12 3