Searched refs:mCurrentTexCoordsPointer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DCaches.cpp72 mCurrentTexCoordsPointer = this;
356 if (force || vertices != mCurrentTexCoordsPointer) {
359 mCurrentTexCoordsPointer = vertices;
365 mCurrentTexCoordsPointer = this;
369 mCurrentTexCoordsPointer = this;
375 mCurrentTexCoordsPointer = this;
H A DCaches.h302 void* mCurrentTexCoordsPointer; member in class:android::uirenderer::Caches

Completed in 158 milliseconds