HomeSort by relevance Sort by last modified time
    Searched refs:mTexcoordAttrSlot (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.h 183 mTexcoordAttrSlot = texCoordSlot;
312 int32_t mTexcoordAttrSlot;
FontRenderer.cpp 329 mTexcoordAttrSlot = -1;
606 glVertexAttribPointer(mTexcoordAttrSlot, 2, GL_FLOAT, false, 20, tex);
765 if (mPositionAttrSlot < 0 || mTexcoordAttrSlot < 0) {

Completed in 152 milliseconds