HomeSort by relevance Sort by last modified time
    Searched defs:GL_NO_ERROR (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
gl_base_types.h 56 #define GL_NO_ERROR 0
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 33 private static final String GL_NO_ERROR = "GL_NO_ERROR";
108 return GL_NO_ERROR;
  /external/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 107 if (error != GL10.GL_NO_ERROR) {
111 assert error == GL10.GL_NO_ERROR;
135 if (error != GL10.GL_NO_ERROR) {
139 assert error == GL10.GL_NO_ERROR;
146 if (error != GL10.GL_NO_ERROR) {
150 assert error == GL10.GL_NO_ERROR;
176 if (error != GL10.GL_NO_ERROR) {
180 assert error == GL10.GL_NO_ERROR;
197 if (error != GL10.GL_NO_ERROR) {
201 assert error == GL10.GL_NO_ERROR;
    [all...]
GLErrorLogger.java 48 if (error != GL10.GL_NO_ERROR) {
53 assert error == GL10.GL_NO_ERROR;
  /cts/tests/vr/jni/
VrExtensionsJni.cpp 126 ASSERT_EQ(glGetError(), GL_NO_ERROR);
142 ASSERT_EQ(glGetError(), GL_NO_ERROR);
217 ASSERT_EQ(glGetError(), GL_NO_ERROR);
221 ASSERT_EQ(glGetError(), GL_NO_ERROR);
238 ASSERT_EQ(glGetError(), GL_NO_ERROR);
242 ASSERT_EQ(glGetError(), GL_NO_ERROR);
250 ASSERT_EQ(glGetError(), GL_NO_ERROR);
472 ASSERT_EQ(glGetError(), GL_NO_ERROR);
489 ASSERT_EQ(glGetError(), GL_NO_ERROR);
551 ASSERT_EQ(glGetError(), GL_NO_ERROR);
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 137 #define GL_NO_ERROR 0
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2.h 157 #define GL_NO_ERROR 0
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 192 #define GL_NO_ERROR 0
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 165 #define GL_NO_ERROR 0
    [all...]
  /external/mesa3d/include/GLES/
gl.h 165 #define GL_NO_ERROR 0
    [all...]
  /external/swiftshader/include/GLES/
gl.h 138 #define GL_NO_ERROR 0
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 165 #define GL_NO_ERROR 0
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 137 public static final int GL_NO_ERROR = 0;
    [all...]
GLES20.java 87 public static final int GL_NO_ERROR = 0;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 135 int GL_NO_ERROR = 0;
  /frameworks/native/opengl/include/GLES/
gl.h 139 #define GL_NO_ERROR 0
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 137 #define GL_NO_ERROR 0
    [all...]
gl31.h 137 #define GL_NO_ERROR 0
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 141 #define GL_NO_ERROR 0
    [all...]
  /external/swiftshader/include/GLES2/
gl2.h 143 #define GL_NO_ERROR 0
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h 181 #define GL_NO_ERROR 0
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 143 #define GL_NO_ERROR 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 138 #define GL_NO_ERROR 0
    [all...]
  /external/mesa3d/include/GL/
gl.h 664 #define GL_NO_ERROR 0
    [all...]
  /external/mesa3d/include/GLES3/
gl3.h 141 #define GL_NO_ERROR 0
    [all...]

Completed in 265 milliseconds

1 2 3 4