OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBeginQuery
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/gpu/gl/
GrGLInterface.h
137
GrGLFunction<GrGLBeginQueryProc>
fBeginQuery
;
/external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp
353
functions->
fBeginQuery
= nullGLBeginQuery;
SkNullGLContext.cpp
402
functions->
fBeginQuery
= nullGLBeginQuery;
GrGLInterface.cpp
263
nullptr == fFunctions.
fBeginQuery
||
[
all
...]
/external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp
847
functions->
fBeginQuery
= debugGLBeginQuery;
[
all
...]
Completed in 430 milliseconds