OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIndexBufferIDIsValid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp
75
,
fIndexBufferIDIsValid
(false) {
105
if (!
fIndexBufferIDIsValid
|| bufferID != fIndexBufferID) {
107
fIndexBufferIDIsValid
= true;
115
if (
fIndexBufferIDIsValid
&& bufferID == fIndexBufferID) {
122
fIndexBufferIDIsValid
= false;
GrGLVertexArray.h
171
bool
fIndexBufferIDIsValid
;
Completed in 280 milliseconds