OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGetError
(Results
1 - 8
of
8
) sorted by null
/external/skia/include/gpu/gl/
SkGLContext.h
139
SkASSERT(0 == (ctx).gl()->fFunctions.
fGetError
())
141
SkASSERT(0 == (ctx).gl()->fFunctions.
fGetError
())
GrGLInterface.h
202
GrGLFunction<GrGLGetErrorProc>
fGetError
;
/external/skia/src/gpu/gl/
GrGLUtil.h
214
#define GR_GL_GET_ERROR(IFACE) (IFACE)->fFunctions.
fGetError
()
GrGLUtil.cpp
14
while (GR_GL_NO_ERROR != gl->fFunctions.
fGetError
()) {}
GrGLCreateNullInterface.cpp
403
functions->
fGetError
= noOpGLGetError;
SkNullGLContext.cpp
452
functions->
fGetError
= noOpGLGetError;
GrGLInterface.cpp
148
nullptr == fFunctions.
fGetError
||
[
all
...]
/external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp
[
all
...]
Completed in 482 milliseconds