OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gLogCallsGL
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrGLUtil.cpp
47
bool
gLogCallsGL
= !!(GR_GL_LOG_CALLS_START);
/external/skia/gpu/include/
GrGLConfig.h
43
* global
gLogCallsGL
. The initial value of
gLogCallsGL
is controlled by
46
* GR_GL_LOG_CALLS_START: controls the initial value of
gLogCallsGL
when
157
extern bool
gLogCallsGL
;
158
#define GR_GL_LOG_CALLS_IMPL(X) if (
gLogCallsGL
) GrPrintf(GR_FILE_AND_LINE_STR "GL: " #X "\n")
Completed in 36 milliseconds