Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp254 …Source (glu::RenderContext& renderCtx, const vector<Attribute>& attributes, bool attributeAliasing) in createVertexShaderSource() argument
258 …const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVer… in createVertexShaderSource()
276 string createFragmentShaderSource (glu::RenderContext& renderCtx, bool attributeAliasing) in createFragmentShaderSource() argument
289 …const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVer… in createFragmentShaderSource()
412 …rContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bool attributeAliasing) in createAndAttachShaders() argument
415 … string vertexShaderSource = createVertexShaderSource(renderCtx, attributes, attributeAliasing); in createAndAttachShaders()
416 const string fragmentShaderSource = createFragmentShaderSource(renderCtx, attributeAliasing); in createAndAttachShaders()