Searched refs:GL_LOGIC_OP_MODE (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if74 public static final int GL_LOGIC_OP_MODE = 0x0BF0;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java74 public static final int GL_LOGIC_OP_MODE = 0x0BF0; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java72 int GL_LOGIC_OP_MODE = 0x0BF0; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h230 #define GL_LOGIC_OP_MODE 0x0BF0 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1294 #if defined(GL_LOGIC_OP_MODE)
1295 case GL_LOGIC_OP_MODE:
1296 #endif // defined(GL_LOGIC_OP_MODE)
1663 #if defined(GL_LOGIC_OP_MODE)
1664 case GL_LOGIC_OP_MODE:
1665 #endif // defined(GL_LOGIC_OP_MODE)

Completed in 82 milliseconds