Home
last modified time | relevance | path

Searched defs:glslVersion (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/glshared/
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()
DglsLongStressTestUtil.cpp82 ProgramLibrary::ProgramLibrary (const glu::GLSLVersion glslVersion) in ProgramLibrary()
DglsRandomUniformBlockCase.cpp41 glu::GLSLVersion glslVersion, in RandomUniformBlockCase()
DglsBufferTestUtil.cpp424 …const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : gl… in VertexArrayVerifier() local
662 …const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : gl… in IndexArrayVerifier() local
DglsTextureBufferCase.cpp372 string specializeShader (const string& shaderTemplateString, glu::GLSLVersion glslVersion) in specializeShader()
394 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType()); in createRenderProgram() local
DglsUniformBlockCase.cpp1092 void generateVertexShader (std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInter… in generateVertexShader()
1130 void generateFragmentShader (std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInt… in generateFragmentShader()
1380 …ontext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, Buffer… in UniformBlockCase()
DglsAttributeLocationTests.cpp258 …const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVer… in createVertexShaderSource() local
289 …const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVer… in createFragmentShaderSource() local
DglsTextureTestUtil.cpp1030 …const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::P… in ProgramLibrary()
1244 …const glu::RenderContext& context, tcu::TestContext& testCtx, glu::GLSLVersion glslVersion, glu::P… in TextureRenderer()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1285 string generateComputeShader (glu::GLSLVersion glslVersion, const ShaderInterface& interface, const… in generateComputeShader()
2075 …ontext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, Buffer… in SSBOLayoutCase()