Home
last modified time | relevance | path

Searched defs:arrayIndex (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp481 bool GLESv2Validate::arrayIndex(GLEScontext * ctx,GLuint index) { in arrayIndex() function in GLESv2Validate
DProgramData.cpp239 for (int arrayIndex = 0; arrayIndex < size; arrayIndex++) { in collectUniformInfo() local