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 GR_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
)
118
#define
GR_GL_CHECK_ERROR
GR_DEBUG
/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 GR_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
)
118
#define
GR_GL_CHECK_ERROR
GR_DEBUG
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h
101
#if
GR_GL_CHECK_ERROR
GrGLUtil.cpp
88
#if
GR_GL_CHECK_ERROR
/external/skia/src/gpu/gl/
GrGLUtil.h
101
#if
GR_GL_CHECK_ERROR
GrGLUtil.cpp
88
#if
GR_GL_CHECK_ERROR
Completed in 119 milliseconds