Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3050 const float* att0 = ctx->getAtt0(); in glGetVertexAttribfv() local
3052 params[i] = att0[i]; in glGetVertexAttribfv()
3091 const float* att0 = ctx->getAtt0(); in glGetVertexAttribiv() local
3093 params[i] = (GLint)att0[i]; in glGetVertexAttribiv()