HomeSort by relevance Sort by last modified time
    Searched refs:STENCIL_TEST (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_stencil.c 175 #define STENCIL_TEST(FUNC) \
232 STENCIL_TEST(0);
236 STENCIL_TEST(ref < s);
239 STENCIL_TEST(ref <= s);
242 STENCIL_TEST(ref > s);
245 STENCIL_TEST(ref >= s);
248 STENCIL_TEST(ref == s);
251 STENCIL_TEST(ref != s);
254 STENCIL_TEST(1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 84 STENCIL_TEST("Stenciling enabled"),
GLState.java 175 IGLProperty stencilTest = new GLBooleanProperty(GLStateType.STENCIL_TEST, Boolean.FALSE);
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 139 public static final int STENCIL_TEST = 0x0B90;
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 288 STENCIL_TEST = 0x0B90,
    [all...]

Completed in 821 milliseconds