OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GR_GL_CHECK_ERROR
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/gpu/gl/
GrGLConfig.h
41
*
GR_GL_CHECK_ERROR
: if enabled Gr can do a glGetError() after every GL call.
42
* Defaults to 1 if SK_DEBUG is set, otherwise 0. When
GR_GL_CHECK_ERROR
is 1
47
* when
GR_GL_CHECK_ERROR
is 1. Defaults to 1.
102
#if !defined(
GR_GL_CHECK_ERROR
)
104
#define
GR_GL_CHECK_ERROR
1
106
#define
GR_GL_CHECK_ERROR
0
/external/skia/src/gpu/gl/
GrGLUtil.h
155
#if
GR_GL_CHECK_ERROR
GrGLUtil.cpp
59
#if
GR_GL_CHECK_ERROR
Completed in 231 milliseconds