OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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