OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_NO_ERROR
(Results
126 - 150
of
266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
135
int
GL_NO_ERROR
= 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java
663
if (error !=
GL_NO_ERROR
) {
/frameworks/base/services/java/com/android/server/power/
ElectronBeam.java
659
while ((error = GLES10.glGetError()) != GLES10.
GL_NO_ERROR
) {
/frameworks/rs/driver/
rsdGL.cpp
498
if (err !=
GL_NO_ERROR
) {
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.cpp
257
return
GL_NO_ERROR
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
673
return
GL_NO_ERROR
;
694
return
GL_NO_ERROR
;
[
all
...]
GraphicsContext3DImagePacking.cpp
[
all
...]
/external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc
123
context_lost_reason_(
GL_NO_ERROR
),
659
return context_lost_reason_ !=
GL_NO_ERROR
;
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java
48
if (error != GL10.
GL_NO_ERROR
) {
53
assert error == GL10.
GL_NO_ERROR
;
/external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation.cc
424
return
GL_NO_ERROR
;
427
GLenum error =
GL_NO_ERROR
;
445
return
GL_NO_ERROR
;
447
*result =
GL_NO_ERROR
;
451
if (error ==
GL_NO_ERROR
) {
462
if (error !=
GL_NO_ERROR
) {
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java
[
all
...]
/development/ndk/platforms/android-4/include/GLES/
gl.h
165
#define
GL_NO_ERROR
0
[
all
...]
/development/ndk/platforms/android-5/include/GLES2/
gl2.h
157
#define
GL_NO_ERROR
0
/external/chromium_org/third_party/angle/include/GLES2/
gl2.h
157
#define
GL_NO_ERROR
0
/external/chromium_org/third_party/khronos/GLES2/
gl2.h
158
#define
GL_NO_ERROR
0
/external/chromium_org/third_party/mesa/src/include/GLES/
gl.h
165
#define
GL_NO_ERROR
0
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h
157
#define
GL_NO_ERROR
0
/external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c
858
case
GL_NO_ERROR
:
859
return "
GL_NO_ERROR
";
texgetimage.c
719
if (err !=
GL_NO_ERROR
) {
/external/mesa3d/include/GLES/
gl.h
165
#define
GL_NO_ERROR
0
[
all
...]
/external/mesa3d/include/GLES2/
gl2.h
157
#define
GL_NO_ERROR
0
/external/mesa3d/src/mesa/main/
errors.c
858
case
GL_NO_ERROR
:
859
return "
GL_NO_ERROR
";
texgetimage.c
719
if (err !=
GL_NO_ERROR
) {
/frameworks/base/opengl/java/android/opengl/
GLES20.java
87
public static final int
GL_NO_ERROR
= 0;
[
all
...]
Completed in 931 milliseconds
1
2
3
4
5
6
7
8
9
10
11