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

  /frameworks/base/libs/hwui/
Caches.h 403 GLsizei mCurrentTexCoordsStride;
Caches.cpp 495 if (force || vertices != mCurrentTexCoordsPointer || stride != mCurrentTexCoordsStride) {
499 mCurrentTexCoordsStride = stride;

Completed in 72 milliseconds