Searched refs:GL_EQUAL (Results 1 - 14 of 14) sorted by path

/frameworks/base/libs/hwui/pipeline/skia/
H A DGLFunctorDrawable.cpp95 glStencilFunc(GL_EQUAL, 0x1, 0xff);
/frameworks/base/libs/hwui/renderstate/
H A DStencil.cpp73 glStencilFunc(GL_EQUAL, incrementThreshold, 0xff);
75 glStencilFunc(GL_EQUAL, STENCIL_WRITE_VALUE, STENCIL_MASK_VALUE);
105 glStencilFunc(greater ? GL_LESS : GL_EQUAL, value, 0xffffffff);
/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.h243 #define GL_EQUAL 0x0202 macro
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h243 #define GL_EQUAL 0x0202 macro
H A Dgl31.h243 #define GL_EQUAL 0x0202 macro
H A Dgl32.h243 #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/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/rs/driver/
H A DrsdProgramStore.cpp66 drv->depthFunc = GL_EQUAL;

Completed in 303 milliseconds