Home | History | Annotate | Download | only in hwui

Lines Matching refs:mTexCoordsSlot

1011     mTexCoordsSlot = -1;
1206 mTexCoordsSlot = mCaches.currentProgram->getAttrib("texCoords");
1207 glEnableVertexAttribArray(mTexCoordsSlot);
1214 mTexCoordsSlot = mCaches.currentProgram->getAttrib("texCoords");
1215 glEnableVertexAttribArray(mTexCoordsSlot);
1235 if (mTexCoordsSlot >= 0) {
1236 glVertexAttribPointer(mTexCoordsSlot, 2, GL_FLOAT, GL_FALSE, gMeshStride, texCoords);
1276 glDisableVertexAttribArray(mTexCoordsSlot);
2178 fontRenderer.setAttributeBindingSlots(positionSlot, mTexCoordsSlot);