Searched refs:GL_EQUAL (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/
H A DStencil.cpp40 glStencilFunc(GL_EQUAL, 0x1, 0x1);
61 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
/frameworks/rs/driver/
H A DrsdProgramStore.cpp67 drv->depthFunc = GL_EQUAL;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java65 public static final int GL_EQUAL = 0x0202; field in class:GLES10
H A DGLES20.java185 public static final int GL_EQUAL = 0x0202; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java63 int GL_EQUAL = 0x0202; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h67 #define GL_EQUAL 0x0202 macro
122 /* GL_EQUAL */
385 /* GL_EQUAL */
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h65 /* GL_EQUAL */
137 /* GL_EQUAL */
283 #define GL_EQUAL 0x0202 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h102 #define GL_EQUAL 0x0202 macro
149 /* GL_EQUAL */
342 /* GL_EQUAL */

Completed in 304 milliseconds