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

/frameworks/base/libs/hwui/
H A DStencil.cpp62 glStencilFunc(GL_EQUAL, STENCIL_WRITE_VALUE, STENCIL_MASK_VALUE);
83 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
/frameworks/rs/driver/
H A DrsdProgramStore.cpp67 drv->depthFunc = GL_EQUAL;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if65 public static final int GL_EQUAL = 0x0202;
H A DGLES20Header.java-if185 public static final int GL_EQUAL = 0x0202;
/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.h235 #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 */
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h235 #define GL_EQUAL 0x0202 macro
H A Dgl31.h235 #define GL_EQUAL 0x0202 macro

Completed in 3665 milliseconds