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

1 2 3

  /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;
es31fProgramInterfaceDefinition.cpp 103 Shader::Shader (glu::ShaderType type, glu::GLSLVersion version)
339 Shader* Program::addShader (glu::ShaderType type, glu::GLSLVersion version)
  /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,
glsShaderLibraryCase.hpp 140 static ShaderCaseSpecification generateSharedSourceVertexCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource);
141 static ShaderCaseSpecification generateSharedSourceFragmentCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource);
144 glu::GLSLVersion targetVersion;
169 glu::GLSLVersion targetVersion;
224 const glu::GLSLVersion m_targetVersion;
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 192 ProgramLibrary (const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
204 glu::GLSLVersion m_glslVersion;
212 TextureRenderer (const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
glsShaderLibraryCase.cpp 68 static inline bool usesShaderInoutQualifiers (glu::GLSLVersion version)
83 static inline bool supportsFragmentHighp (glu::GLSLVersion version)
191 ShaderCase::ShaderCaseSpecification ShaderCase::ShaderCaseSpecification::generateSharedSourceVertexCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource)
202 ShaderCase::ShaderCaseSpecification ShaderCase::ShaderCaseSpecification::generateSharedSourceFragmentCase (ExpectResult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const std::string& sharedSource)
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 38 enum GLSLVersion
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);
gluShaderUtil.cpp 32 const char* getGLSLVersionName (GLSLVersion version)
53 const char* getGLSLVersionDeclaration (GLSLVersion version)
74 bool glslVersionUsesInOutQualifiers (GLSLVersion version)
79 bool glslVersionIsES (GLSLVersion version)
92 static ApiType getMinAPIForGLSLVersion (GLSLVersion version)
113 bool isGLSLVersionSupported (ContextType type, GLSLVersion version)
118 GLSLVersion getContextTypeGLSLVersion (ContextType type)
123 if (isGLSLVersionSupported(type, GLSLVersion(version)))
124 return GLSLVersion(version);
  /external/chromium_org/third_party/mesa/src/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 &&
getstring.c 50 switch (ctx->Const.GLSLVersion) {
  /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/chromium_org/third_party/mesa/src/src/glsl/
standalone_scaffolding.cpp 84 ctx->Const.GLSLVersion = 120;
main.cpp 50 ctx->Const.GLSLVersion = 140;
  /external/mesa3d/src/glsl/
standalone_scaffolding.cpp 84 ctx->Const.GLSLVersion = 120;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_extensions.c 98 ctx->Const.GLSLVersion = 140;
100 ctx->Const.GLSLVersion = 130;
103 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/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_extensions.c 564 ctx->Const.GLSLVersion = 130;
566 ctx->Const.GLSLVersion = 120;
571 if (ctx->Const.GLSLVersion >= 130) {
  /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) {

Completed in 834 milliseconds

1 2 3