Home
last modified time | relevance | path

Searched refs:getContextTypeGLSLVersion (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp48 …const std::string glslVersionDecl = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(… in brokenShaderSource()
116 …shaderArgs["VERSIONDECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_cont… in iterate()
Des31fShaderImageLoadStoreTests.cpp893 …tring glslVersionDeclaration = getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in readFloatOrNormTextureWithLookupsAndVerify()
1177 …ng glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
1428 …g glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
2022 …g glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
2419 …ng glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
2605 …ng glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
2817 …g glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
3051 …ng glslVersionDeclaration = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(renderCt… in iterate()
Des31fShaderMultisampleInterpolationTests.cpp56 …args["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(co… in specializeShader()
1635 …buf << glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_context.getRenderContext().… in genShaderSource()
Des31fTextureBorderClampTests.cpp686 …const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().g… in init()
1288 …const std::string glslVersionDecl = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(… in genGatherProgram()
2071 …const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().… in init()
Des31fGeometryShaderTests.cpp122 …args["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(cont… in specializeShader()
3958 …_vertexSource = std::string(glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_contex… in iterate()
3963 …ragmentSource = std::string(glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_contex… in iterate()
4007 …ometrySource = std::string(glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(m_contex… in iterate()
Des31fTessellationGeometryInteractionTests.cpp62 …shaderArgs["VERSION_DECL"] = glu::getGLSLVersionDeclaration(glu::getContextTypeGLSLVersion(con… in specializeShader()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp64 GLSLVersion getContextTypeGLSLVersion (ContextType type);
DgluShaderUtil.cpp127 GLSLVersion getContextTypeGLSLVersion (ContextType type) in getContextTypeGLSLVersion() function
DgluES3PlusWrapperContext.cpp87 , nativeGLSLVersion (glu::getContextTypeGLSLVersion(ctx.getType())) in Context()
/external/deqp/modules/glshared/
DglsScissorTests.cpp202 …const glu::ShaderProgram shader (m_renderCtx, genShaders(glu::getContextTypeGLSLVersion(m_render… in iterate()
612 …const glu::ShaderProgram shader (m_renderCtx, genShaders(glu::getContextTypeGLSLVersion(m_render… in iterate()
DglsAttributeLocationTests.cpp257 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType()); in createVertexShaderSource()
288 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType()); in createFragmentShaderSource()
DglsTextureBufferCase.cpp387 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType()); in createRenderProgram()
DglsBuiltinPrecisionTests.cpp4521 spec.version = getContextTypeGLSLVersion(getRenderContext().getType()); in testStatement()