OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mUnitQuadBuffer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/renderstate/
MeshState.cpp
34
glGenBuffers(1, &
mUnitQuadBuffer
);
35
glBindBuffer(GL_ARRAY_BUFFER,
mUnitQuadBuffer
);
37
mCurrentBuffer =
mUnitQuadBuffer
;
60
glDeleteBuffers(1, &
mUnitQuadBuffer
);
68
ALOGD("MeshState VBOs: unitQuad %d, current %d",
mUnitQuadBuffer
, mCurrentBuffer);
MeshState.h
111
GLuint getUnitQuadVBO() { return
mUnitQuadBuffer
; }
116
GLuint
mUnitQuadBuffer
;
Completed in 31 milliseconds