OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GR_GL_CALL
(Results
26 - 27
of
27
) sorted by null
1
2
/external/skia/src/gpu/gl/
GrGLGpu.cpp
27
#define GL_CALL(X)
GR_GL_CALL
(this->glInterface(), X)
38
#define GL_ALLOC_CALL(iface, call)
GR_GL_CALL
(iface, call)
[
all
...]
GrGLPathRendering.cpp
19
#define GL_CALL(X)
GR_GL_CALL
(this->gpu()->glInterface(), X)
Completed in 61 milliseconds
1
2