OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GR_GL_CHECK_ERROR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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.
117
#if !defined(
GR_GL_CHECK_ERROR
)
119
#define
GR_GL_CHECK_ERROR
1
121
#define
GR_GL_CHECK_ERROR
0
/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.
117
#if !defined(
GR_GL_CHECK_ERROR
)
119
#define
GR_GL_CHECK_ERROR
1
121
#define
GR_GL_CHECK_ERROR
0
Completed in 439 milliseconds