/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 38 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);
|
D | gluShaderUtil.cpp | 33 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()
|
D | gluES3PlusWrapperContext.cpp | 75 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()
|
D | gluShaderLibrary.hpp | 140 glu::GLSLVersion targetVersion;
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.hpp | 67 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);
|
D | es31fSSBOLayoutCase.hpp | 155 …derContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, Bu… 171 glu::GLSLVersion m_glslVersion;
|
D | es31fNegativeAdvancedBlendEquationTests.cpp | 135 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()
|
D | es31fNegativePreciseTests.cpp | 66 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES; in generateShaderSource()
|
/external/mesa3d/src/mesa/main/ |
D | version.c | 74 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/ |
D | glsLongStressTestUtil.hpp | 42 ProgramLibrary (glu::GLSLVersion glslVersion); 54 glu::GLSLVersion m_glslVersion;
|
D | glsFragmentOpUtil.cpp | 110 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()
|
D | glsShaderConstExprTests.hpp | 75 glu::GLSLVersion version,
|
D | glsUniformBlockCase.hpp | 246 …derContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, Bu… 262 glu::GLSLVersion m_glslVersion;
|
D | glsRandomUniformBlockCase.hpp | 70 glu::GLSLVersion glslVersion,
|
D | glsShaderExecUtil.hpp | 60 glu::GLSLVersion version; //!< Shader version.
|
D | glsFragmentOpUtil.hpp | 68 QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion);
|
D | glsTextureTestUtil.hpp | 195 …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/ |
D | intel_extensions.c | 98 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/ |
D | intel_extensions.c | 98 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/ |
D | intel_extensions.c | 98 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/ |
D | vktSparseResourcesBufferMemoryAliasing.cpp | 86 const glu::GLSLVersion glslVersion); 93 const glu::GLSLVersion m_glslVersion; 100 const glu::GLSLVersion glslVersion) in BufferSparseMemoryAliasingCase()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 67 const glu::GLSLVersion glslVersion); 74 const glu::GLSLVersion m_glslVersion; 81 const glu::GLSLVersion glslVersion) in BufferSparseResidencyCase()
|
/external/mesa3d/src/glsl/ |
D | standalone_scaffolding.cpp | 84 ctx->Const.GLSLVersion = 120; in initialize_context_to_defaults()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 251 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/ |
D | vktComputeIndirectComputeDispatchTests.cpp | 370 const glu::GLSLVersion glslVersion); 381 const glu::GLSLVersion m_glslVersion; 390 const glu::GLSLVersion glslVersion) in IndirectDispatchCaseBufferUpload() 514 const glu::GLSLVersion glslVersion) in IndirectDispatchCaseBufferGenerate()
|