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

  /frameworks/base/libs/hwui/
Caches.h 193 bool bindIndicesBuffer();
194 bool bindIndicesBuffer(const GLuint buffer);
Caches.cpp 406 bool Caches::bindIndicesBuffer(const GLuint buffer) {
415 bool Caches::bindIndicesBuffer() {
430 bool force = bindIndicesBuffer(mMeshIndices);
438 return bindIndicesBuffer(mMeshIndices);
FontRenderer.cpp 500 caches.bindIndicesBuffer();
OpenGLRenderer.cpp     [all...]

Completed in 30 milliseconds