HomeSort by relevance Sort by last modified time
    Searched refs:GLSLVersion (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/deqp/modules/glshared/
glsLongStressTestUtil.hpp 42 ProgramLibrary (glu::GLSLVersion glslVersion);
54 glu::GLSLVersion m_glslVersion;
glsShaderConstExprTests.hpp 75 glu::GLSLVersion version,
glsRandomUniformBlockCase.hpp 70 glu::GLSLVersion glslVersion,
glsShaderExecUtil.hpp 60 glu::GLSLVersion version; //!< Shader version.
glsFragmentOpUtil.hpp 68 QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion);
glsFragmentOpUtil.cpp 110 static const char* getVertSrc (glu::GLSLVersion glslVersion)
112 if (glslVersion == glu::GLSL_VERSION_100_ES)
114 else if (glslVersion == glu::GLSL_VERSION_300_ES)
116 else if (glslVersion == glu::GLSL_VERSION_330)
123 static const char* getFragSrc (glu::GLSLVersion glslVersion)
125 if (glslVersion == glu::GLSL_VERSION_100_ES)
127 else if (glslVersion == glu::GLSL_VERSION_300_ES)
129 else if (glslVersion == glu::GLSL_VERSION_330
    [all...]
glsUniformBlockCase.hpp 246 UniformBlockCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode);
262 glu::GLSLVersion m_glslVersion;
glsTextureTestUtil.hpp 195 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
207 glu::GLSLVersion m_glslVersion;
215 TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
glsShaderConstExprTests.cpp 80 glu::GLSLVersion version,
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.hpp 67 glu::GLSLVersion getVersion (void) const { return m_version; }
74 Shader (glu::ShaderType type, glu::GLSLVersion version);
81 const glu::GLSLVersion m_version;
93 Shader* addShader (glu::ShaderType type, glu::GLSLVersion version);
es31fSSBOLayoutCase.hpp 155 SSBOLayoutCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode);
171 glu::GLSLVersion m_glslVersion;
es31fNegativeAdvancedBlendEquationTests.cpp 135 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
150 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
es31fNegativePreciseTests.cpp 66 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 38 enum GLSLVersion
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);
gluShaderUtil.cpp 33 const char* getGLSLVersionName (GLSLVersion version)
56 const char* getGLSLVersionDeclaration (GLSLVersion version)
79 bool glslVersionUsesInOutQualifiers (GLSLVersion version)
84 bool glslVersionIsES (GLSLVersion version)
99 static ApiType getMinAPIForGLSLVersion (GLSLVersion version)
122 bool isGLSLVersionSupported (ContextType type, GLSLVersion version)
127 GLSLVersion getContextTypeGLSLVersion (ContextType type)
132 if (isGLSLVersionSupported(type, GLSLVersion(version)))
133 return GLSLVersion(version);
gluShaderLibrary.hpp 140 glu::GLSLVersion targetVersion;
gluES3PlusWrapperContext.cpp 75 const glu::GLSLVersion nativeGLSLVersion;
274 static void translateShaderSource (deUint32 shaderType, std::ostream& dst, const std::string& src, const std::vector<std::string>& filteredExtensions, GLSLVersion version)
410 static std::string translateShaderSources (deUint32 shaderType, deInt32 count, const char* const* strings, const int* length, const std::vector<std::string>& filteredExtensions, GLSLVersion version)
  /external/mesa3d/src/mesa/main/
version.c 74 n = sscanf(version, "%u", &ctx->Const.GLSLVersion);
125 ctx->Const.GLSLVersion >= 120 &&
129 ctx->Const.GLSLVersion >= 130 &&
149 ctx->Const.GLSLVersion >= 140 &&
159 ctx->Const.GLSLVersion >= 150 &&
170 ctx->Const.GLSLVersion >= 330 &&
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 84 ctx->Const.GLSLVersion = 120;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 98 ctx->Const.GLSLVersion = 140;
100 ctx->Const.GLSLVersion = 130;
103 ctx->Const.GLSLVersion = 120;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 86 const glu::GLSLVersion glslVersion);
93 const glu::GLSLVersion m_glslVersion;
100 const glu::GLSLVersion glslVersion)
103 , m_glslVersion (glslVersion)
vktSparseResourcesBufferSparseResidency.cpp 67 const glu::GLSLVersion glslVersion);
74 const glu::GLSLVersion m_glslVersion;
81 const glu::GLSLVersion glslVersion)
84 , m_glslVersion (glslVersion)
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 251 const glu::GLSLVersion glslVersion);
261 const glu::GLSLVersion m_glslVersion;
271 const glu::GLSLVersion glslVersion)
277 , m_glslVersion (glslVersion)
324 const glu::GLSLVersion glslVersion);
334 const glu::GLSLVersion m_glslVersion;
344 const glu::GLSLVersion glslVersion
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c 564 ctx->Const.GLSLVersion = 130;
566 ctx->Const.GLSLVersion = 120;
571 if (ctx->Const.GLSLVersion >= 130) {
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 370 const glu::GLSLVersion glslVersion);
381 const glu::GLSLVersion m_glslVersion;
390 const glu::GLSLVersion glslVersion)
395 , m_glslVersion (glslVersion)
514 const glu::GLSLVersion glslVersion)
515 : IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion) {}

Completed in 3256 milliseconds

1 2 3