Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DCaches.cpp72 mCurrentTexCoordsPointer = this; in init()
356 if (force || vertices != mCurrentTexCoordsPointer) { in bindTexCoordsVertexPointer()
359 mCurrentTexCoordsPointer = vertices; in bindTexCoordsVertexPointer()
365 mCurrentTexCoordsPointer = this; in resetVertexPointers()
369 mCurrentTexCoordsPointer = this; in resetTexCoordsVertexPointer()
375 mCurrentTexCoordsPointer = this; in enableTexCoordsVertexArray()
DCaches.h302 void* mCurrentTexCoordsPointer; variable