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

/frameworks/base/libs/hwui/
H A DCaches.cpp399 bool Caches::bindIndicesBufferInternal(const GLuint buffer) { function in class:android::uirenderer::Caches
423 bool force = bindIndicesBufferInternal(mMeshIndices);
431 return bindIndicesBufferInternal(mMeshIndices);
439 bool force = bindIndicesBufferInternal(mShadowStripsIndices);
447 return bindIndicesBufferInternal(mShadowStripsIndices);
H A DCaches.h383 bool bindIndicesBufferInternal(const GLuint buffer);

Completed in 67 milliseconds