Searched refs:glslVersionDeclaration (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp893 const std::string glslVersionDeclaration = getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
896 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
1177 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
1180 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
1428 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
1431 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
2022 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
2025 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration + "\n"
2419 const string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
2422 glu::ProgramSources() << glu::ComputeSource(glslVersionDeclaration
2605 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
2817 const string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
3051 const std::string glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCtx.getType())); local
[all...]
H A Des31fBasicComputeShaderTests.cpp707 const char* const glslVersionDeclaration = getGLSLVersionDeclaration(glslVersion);
710 src0 << glslVersionDeclaration << "\n"
722 src1 << glslVersionDeclaration << "\n"
1376 const char* const glslVersionDeclaration = getGLSLVersionDeclaration(glslVersion);
1379 src0 << glslVersionDeclaration << "\n"
1389 src1 << glslVersionDeclaration << "\n"

Completed in 1461 milliseconds