Home
last modified time | relevance | path

Searched refs:GLSLVersion (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/framework/opengl/
DgluShaderUtil.cpp33 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName()
54 const char* getGLSLVersionDeclaration (GLSLVersion version) in getGLSLVersionDeclaration()
75 bool glslVersionUsesInOutQualifiers (GLSLVersion version) in glslVersionUsesInOutQualifiers()
80 bool glslVersionIsES (GLSLVersion version) in glslVersionIsES()
93 static ApiType getMinAPIForGLSLVersion (GLSLVersion version) in getMinAPIForGLSLVersion()
114 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported()
119 GLSLVersion getContextTypeGLSLVersion (ContextType type) in getContextTypeGLSLVersion()
124 if (isGLSLVersionSupported(type, GLSLVersion(version))) in getContextTypeGLSLVersion()
125 return GLSLVersion(version); in getContextTypeGLSLVersion()
DgluShaderUtil.hpp38 enum GLSLVersion enum
57 const char* getGLSLVersionName (GLSLVersion version);
58 const char* getGLSLVersionDeclaration (GLSLVersion version);
59 bool glslVersionUsesInOutQualifiers (GLSLVersion version);
60 bool glslVersionIsES (GLSLVersion version);
61 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
62 GLSLVersion getContextTypeGLSLVersion (ContextType type);
DgluES3PlusWrapperContext.cpp75 const glu::GLSLVersion nativeGLSLVersion;
274 …t, const std::string& src, const std::vector<std::string>& filteredExtensions, GLSLVersion version) in translateShaderSource()
410 …trings, const int* length, const std::vector<std::string>& filteredExtensions, GLSLVersion version) in translateShaderSources()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.hpp67 glu::GLSLVersion getVersion (void) const { return m_version; } in getVersion()
74 Shader (glu::ShaderType type, glu::GLSLVersion version);
81 const glu::GLSLVersion m_version;
93 Shader* addShader (glu::ShaderType type, glu::GLSLVersion version);
Des31fSSBOLayoutCase.hpp155 …derContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, Bu…
171 glu::GLSLVersion m_glslVersion;
/external/mesa3d/src/mesa/main/
Dversion.c74 n = sscanf(version, "%u", &ctx->Const.GLSLVersion); in _mesa_override_glsl_version()
125 ctx->Const.GLSLVersion >= 120 && in compute_version()
129 ctx->Const.GLSLVersion >= 130 && in compute_version()
149 ctx->Const.GLSLVersion >= 140 && in compute_version()
159 ctx->Const.GLSLVersion >= 150 && in compute_version()
170 ctx->Const.GLSLVersion >= 330 && in compute_version()
Dgetstring.c50 switch (ctx->Const.GLSLVersion) { in shading_language_version()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp143 …tion generateSharedSourceVertexCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_,…
144 …ion generateSharedSourceFragmentCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_,…
147 glu::GLSLVersion targetVersion;
172 glu::GLSLVersion targetVersion;
228 const glu::GLSLVersion m_targetVersion;
DglsLongStressTestUtil.hpp42 ProgramLibrary (glu::GLSLVersion glslVersion);
54 glu::GLSLVersion m_glslVersion;
DglsFragmentOpUtil.cpp110 static const char* getVertSrc (glu::GLSLVersion glslVersion) in getVertSrc()
123 static const char* getFragSrc (glu::GLSLVersion glslVersion) in getFragSrc()
136 QuadRenderer::QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion) in QuadRenderer()
DglsShaderConstExprTests.hpp75 glu::GLSLVersion version,
DglsUniformBlockCase.hpp246 …derContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, Bu…
262 glu::GLSLVersion m_glslVersion;
DglsRandomUniformBlockCase.hpp70 glu::GLSLVersion glslVersion,
DglsShaderExecUtil.hpp60 glu::GLSLVersion version; //!< Shader version.
DglsShaderLibraryCase.cpp68 static inline bool usesShaderInoutQualifiers (glu::GLSLVersion version) in usesShaderInoutQualifiers()
83 static inline bool supportsFragmentHighp (glu::GLSLVersion version) in supportsFragmentHighp()
206 …tion::generateSharedSourceVertexCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_,… in generateSharedSourceVertexCase()
217 …on::generateSharedSourceFragmentCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_,… in generateSharedSourceFragmentCase()
1496 static map<string, string> generateVertexSpecialization (glu::GLSLVersion targetVersion, const Shad… in generateVertexSpecialization()
1537 static map<string, string> generateFragmentSpecialization (glu::GLSLVersion targetVersion, const Sh… in generateFragmentSpecialization()
1576 static map<string, string> generateGeometrySpecialization (glu::GLSLVersion targetVersion, const Sh… in generateGeometrySpecialization()
1604 static map<string, string> generateTessControlSpecialization (glu::GLSLVersion targetVersion, const… in generateTessControlSpecialization()
1641 static map<string, string> generateTessEvalSpecialization (glu::GLSLVersion targetVersion, const Sh… in generateTessEvalSpecialization()
1672GLSLVersion targetVersion, const std::vector<ShaderCase::CaseRequirement>& requirements, std::map<… in specializeShaders() argument
DglsFragmentOpUtil.hpp68 QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion);
DglsTextureTestUtil.hpp195 …ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersi…
207 glu::GLSLVersion m_glslVersion;
215 …TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVers…
DglsShaderLibrary.cpp60 static const glu::GLSLVersion DEFAULT_GLSL_VERSION = glu::GLSL_VERSION_100_ES;
195 void parseGLSLVersion (glu::GLSLVersion& version);
1032 void ShaderParser::parseGLSLVersion (glu::GLSLVersion& version) in parseGLSLVersion()
1143 GLSLVersion version = DEFAULT_GLSL_VERSION; in parseShaderCase()
DglsShaderConstExprTests.cpp45 glu::GLSLVersion version, in createTests()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c98 ctx->Const.GLSLVersion = 140; in intelInitExtensions()
100 ctx->Const.GLSLVersion = 130; in intelInitExtensions()
103 ctx->Const.GLSLVersion = 120; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_extensions.c98 ctx->Const.GLSLVersion = 140; in intelInitExtensions()
100 ctx->Const.GLSLVersion = 130; in intelInitExtensions()
103 ctx->Const.GLSLVersion = 120; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c98 ctx->Const.GLSLVersion = 140; in intelInitExtensions()
100 ctx->Const.GLSLVersion = 130; in intelInitExtensions()
103 ctx->Const.GLSLVersion = 120; in intelInitExtensions()
/external/mesa3d/src/glsl/
Dstandalone_scaffolding.cpp84 ctx->Const.GLSLVersion = 120; in initialize_context_to_defaults()
Dmain.cpp50 ctx->Const.GLSLVersion = 140; in initialize_context()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c564 ctx->Const.GLSLVersion = 130; in st_init_extensions()
566 ctx->Const.GLSLVersion = 120; in st_init_extensions()
571 if (ctx->Const.GLSLVersion >= 130) { in st_init_extensions()

12