Searched refs:GL_PERSPECTIVE_CORRECTION_HINT (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java112 gl.glHint(GL10.GL_PERSPECTIVE_CORRECTION_HINT,
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java49 gl.glHint(GL10.GL_PERSPECTIVE_CORRECTION_HINT,
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if164 public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java164 public static final int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; field in class:GLES10
H A DGLLogWrapper.java757 case GL_PERSPECTIVE_CORRECTION_HINT:
758 return "GL_PERSPECTIVE_CORRECTION_HINT";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java162 int GL_PERSPECTIVE_CORRECTION_HINT = 0x0C50; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp294 case GL_PERSPECTIVE_CORRECTION_HINT:
/frameworks/native/opengl/include/GLES/
H A Dgl.h291 #define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h248 #define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1363 #if defined(GL_PERSPECTIVE_CORRECTION_HINT)
1364 case GL_PERSPECTIVE_CORRECTION_HINT:
1365 #endif // defined(GL_PERSPECTIVE_CORRECTION_HINT)
1732 #if defined(GL_PERSPECTIVE_CORRECTION_HINT)
1733 case GL_PERSPECTIVE_CORRECTION_HINT:
1734 #endif // defined(GL_PERSPECTIVE_CORRECTION_HINT)

Completed in 282 milliseconds