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

1 2 3 4 5

  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.hpp 92 BlendEquationAdvancedTests(deqp::Context& context, glu::GLSLVersion glslVersion);
98 glu::GLSLVersion m_glslVersion;
glcShaderIntegerMixTests.hpp 39 ShaderIntegerMixTests(Context& context, glu::GLSLVersion glslVersion);
44 glu::GLSLVersion m_glslVersion;
glcShaderLoopTests.hpp 36 ShaderLoopTests(Context& context, glu::GLSLVersion glslVersion);
45 glu::GLSLVersion m_glslVersion;
glcShaderNegativeTests.hpp 41 ShaderNegativeTests(Context& context, glu::GLSLVersion glslVersion);
46 glu::GLSLVersion m_glslVersion;
glcShaderStructTests.hpp 36 ShaderStructTests(Context& context, glu::GLSLVersion glslVersion);
45 glu::GLSLVersion m_glslVersion;
glcFragDepthTests.hpp 37 FragDepthTests(Context& context, glu::GLSLVersion glslVersion);
46 glu::GLSLVersion m_glslVersion;
glcSampleVariablesTests.hpp 36 SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion);
50 glu::GLSLVersion m_glslVersion;
glcShaderIndexingTests.hpp 40 ShaderIndexingTests(Context& context, glu::GLSLVersion glslVersion);
49 glu::GLSLVersion m_glslVersion;
glcShaderMultisampleInterpolationTests.hpp 36 ShaderMultisampleInterpolationTests(Context& context, glu::GLSLVersion glslVersion);
45 glu::GLSLVersion m_glslVersion;
glcShaderSwitchTests.hpp 40 ShaderSwitchTests(Context& context, glu::GLSLVersion glslVersion);
49 glu::GLSLVersion m_glslVersion;
glcUniformBlockTests.hpp 37 UniformBlockTests(Context& context, glu::GLSLVersion glslVersion);
46 glu::GLSLVersion m_glslVersion;
glcShaderNegativeTests.cpp 46 GLSLVersion minimum_supported_version;
58 GLSLVersion glslVersion)
59 : TestCase(context, name, description), m_glslVersion(glslVersion)
123 GLSLVersion m_glslVersion;
131 GLSLVersion glslVersion)
133 , m_glslVersion(glslVersion)
213 GLSLVersion m_glslVersion;
222 GLSLVersion glslVersion
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.hpp 37 SampleShadingTests(glcts::Context& context, glu::GLSLVersion glslVersion);
46 glu::GLSLVersion m_glslVersion;
es31cSeparateShaderObjsTests.hpp 36 SeparateShaderObjsTests(Context& context, glu::GLSLVersion glslVersion);
45 glu::GLSLVersion m_glslVersion;
es31cShaderBitfieldOperationTests.hpp 37 ShaderBitfieldOperationTests(glcts::Context& context, glu::GLSLVersion glslVersion);
46 glu::GLSLVersion m_glslVersion;
es31cLayoutBindingTests.hpp 89 LayoutBindingTests(glcts::Context& context, glu::GLSLVersion glslVersion);
101 glu::GLSLVersion m_glslVersion;
es31cSampleShadingTests.cpp 65 static std::string specializeVersion(std::string const& source, glu::GLSLVersion version, std::string const& sampler,
79 SampleShadingApiCaseGroup(Context& context, glu::GLSLVersion glslVersion)
80 : TestCaseGroup(context, "api", "Basic API verification"), m_glslVersion(glslVersion)
93 SampleShadingApiCase(Context& context, glu::GLSLVersion glslVersion);
99 glu::GLSLVersion m_glslVersion;
103 glu::GLSLVersion m_glslVersion;
106 SampleShadingApiCaseGroup::SampleShadingApiCase::SampleShadingApiCase(Context& context, glu::GLSLVersion glslVersion)
    [all...]
  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5Tests.hpp 52 glu::GLSLVersion m_glslVersion;
  /external/deqp/modules/glshared/
glsLongStressTestUtil.hpp 42 ProgramLibrary (glu::GLSLVersion glslVersion);
54 glu::GLSLVersion m_glslVersion;
glsTextureTestUtil.hpp 129 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
141 glu::GLSLVersion m_glslVersion;
149 TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
glsShaderConstExprTests.hpp 75 glu::GLSLVersion version,
glsRandomUniformBlockCase.hpp 70 glu::GLSLVersion glslVersion,
  /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);
  /external/mesa3d/src/mesa/main/
version.c 223 n = sscanf(version, "%u", &consts->GLSLVersion);
272 consts->GLSLVersion >= 130 &&
292 consts->GLSLVersion >= 140 &&
301 consts->GLSLVersion >= 150 &&
311 consts->GLSLVersion >= 330 &&
324 consts->GLSLVersion >= 400 &&
338 consts->GLSLVersion >= 410 &&
344 consts->GLSLVersion >= 420 &&
355 consts->GLSLVersion >= 430 &&
372 consts->GLSLVersion >= 440 &
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 38 enum GLSLVersion
60 const char* getGLSLVersionName (GLSLVersion version);
61 const char* getGLSLVersionDeclaration (GLSLVersion version);
62 bool glslVersionUsesInOutQualifiers (GLSLVersion version);
63 bool glslVersionIsES (GLSLVersion version);
64 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
65 GLSLVersion getContextTypeGLSLVersion (ContextType type);

Completed in 894 milliseconds

1 2 3 4 5