Home
last modified time | relevance | path

Searched defs:indexLocation (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglRobustnessTests.cpp1022 const glw::GLint indexLocation = m_gl.getUniformLocation(program.getProgram(), "u_index"); in setup() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp1476 parseSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression) parseSingleArrayDeclaration() argument
1543 parseSingleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression, const TSourceLoc &initLocation, TIntermTyped *initializer) parseSingleArrayInitDeclaration() argument
1736 parseArrayInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression, const TSourceLoc &initLocation, TIntermTyped *initializer) parseArrayInitDeclarator() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp1161 bool TParseContext::checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation, in checkIsValidTypeAndQualifierForArray() argument
2969 parseSingleArrayDeclaration( TPublicType &elementType, const TSourceLoc &identifierLocation, const ImmutableString &identifier, const TSourceLoc &indexLocation, const TVector<unsigned int> &arraySizes) parseSingleArrayDeclaration() argument
3055 parseSingleArrayInitDeclaration( TPublicType &elementType, const TSourceLoc &identifierLocation, const ImmutableString &identifier, const TSourceLoc &indexLocation, const TVector<unsigned int> &arraySizes, const TSourceLoc &initLocation, TIntermTyped *initializer) parseSingleArrayInitDeclaration() argument
3266 parseArrayInitDeclarator(const TPublicType &elementType, const TSourceLoc &identifierLocation, const ImmutableString &identifier, const TSourceLoc &indexLocation, const TVector<unsigned int> &arraySizes, const TSourceLoc &initLocation, TIntermTyped *initializer, TIntermDeclaration *declarationOut) parseArrayInitDeclarator() argument
[all...]

Completed in 15 milliseconds