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 - 6
of
6
) 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.
121
#if !defined(
GR_GL_CHECK_ERROR
)
123
#define
GR_GL_CHECK_ERROR
1
125
#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.
121
#if !defined(
GR_GL_CHECK_ERROR
)
123
#define
GR_GL_CHECK_ERROR
1
125
#define
GR_GL_CHECK_ERROR
0
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h
119
#if
GR_GL_CHECK_ERROR
GrGLUtil.cpp
90
#if
GR_GL_CHECK_ERROR
/external/skia/src/gpu/gl/
GrGLUtil.h
119
#if
GR_GL_CHECK_ERROR
GrGLUtil.cpp
90
#if
GR_GL_CHECK_ERROR
Completed in 439 milliseconds