Home
last modified time | relevance | path

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

123

/external/deqp/framework/opengl/
DgluShaderUtil.hpp38 enum GLSLVersion enum
59 const char* getGLSLVersionName (GLSLVersion version);
60 const char* getGLSLVersionDeclaration (GLSLVersion version);
61 bool glslVersionUsesInOutQualifiers (GLSLVersion version);
62 bool glslVersionIsES (GLSLVersion version);
63 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
64 GLSLVersion getContextTypeGLSLVersion (ContextType type);
DgluShaderUtil.cpp33 const char* getGLSLVersionName (GLSLVersion version) in getGLSLVersionName()
56 const char* getGLSLVersionDeclaration (GLSLVersion version) in getGLSLVersionDeclaration()
79 bool glslVersionUsesInOutQualifiers (GLSLVersion version) in glslVersionUsesInOutQualifiers()
84 bool glslVersionIsES (GLSLVersion version) in glslVersionIsES()
99 static ApiType getMinAPIForGLSLVersion (GLSLVersion version) in getMinAPIForGLSLVersion()
122 bool isGLSLVersionSupported (ContextType type, GLSLVersion version) in isGLSLVersionSupported()
127 GLSLVersion getContextTypeGLSLVersion (ContextType type) in getContextTypeGLSLVersion()
132 if (isGLSLVersionSupported(type, GLSLVersion(version))) in getContextTypeGLSLVersion()
133 return GLSLVersion(version); in getContextTypeGLSLVersion()
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()
DgluShaderLibrary.hpp140 glu::GLSLVersion targetVersion;
/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;
Des31fNegativeAdvancedBlendEquationTests.cpp135 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in generateVertexShaderSource()
150 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in generateFragmentShaderSource()
Des31fNegativePreciseTests.cpp66 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in generateShaderSource()
/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()
/external/deqp/modules/glshared/
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.
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…
/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/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/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/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp86 const glu::GLSLVersion glslVersion);
93 const glu::GLSLVersion m_glslVersion;
100 const glu::GLSLVersion glslVersion) in BufferSparseMemoryAliasingCase()
DvktSparseResourcesBufferSparseResidency.cpp67 const glu::GLSLVersion glslVersion);
74 const glu::GLSLVersion m_glslVersion;
81 const glu::GLSLVersion glslVersion) in BufferSparseResidencyCase()
/external/mesa3d/src/glsl/
Dstandalone_scaffolding.cpp84 ctx->Const.GLSLVersion = 120; in initialize_context_to_defaults()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp251 const glu::GLSLVersion glslVersion);
261 const glu::GLSLVersion m_glslVersion;
271 const glu::GLSLVersion glslVersion) in BinaryAtomicEndResultCase()
324 const glu::GLSLVersion glslVersion);
334 const glu::GLSLVersion m_glslVersion;
344 const glu::GLSLVersion glslVersion) in BinaryAtomicIntermValuesCase()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp370 const glu::GLSLVersion glslVersion);
381 const glu::GLSLVersion m_glslVersion;
390 const glu::GLSLVersion glslVersion) in IndirectDispatchCaseBufferUpload()
514 const glu::GLSLVersion glslVersion) in IndirectDispatchCaseBufferGenerate()

123