OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GR_GL_LOG_CALLS_START
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig.h
36
*
GR_GL_LOG_CALLS_START
.
38
*
GR_GL_LOG_CALLS_START
: controls the initial value of gLogCallsGL when
113
#if !defined(
GR_GL_LOG_CALLS_START
)
114
#define
GR_GL_LOG_CALLS_START
0
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.cpp
56
bool gLogCallsGL = !!(
GR_GL_LOG_CALLS_START
);
Completed in 863 milliseconds