OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMeshIndices
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Caches.cpp
87
mMeshIndices
= 0;
220
glDeleteBuffers(1, &
mMeshIndices
);
222
mMeshIndices
= 0;
416
if (!
mMeshIndices
) {
429
glGenBuffers(1, &
mMeshIndices
);
430
bool force = bindIndicesBuffer(
mMeshIndices
);
438
return bindIndicesBuffer(
mMeshIndices
);
Caches.h
402
GLuint
mMeshIndices
;
Completed in 237 milliseconds