HomeSort by relevance Sort by last modified time
    Searched defs:stencilFunc (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 505 void GLContext::stencilFunc (deUint32 func, int ref, deUint32 mask)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 176 IGLProperty stencilFunc = new GLEnumProperty(GLStateType.STENCIL_FUNC, GLEnum.GL_ALWAYS);
198 stencilTest, stencilFunc,
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java 438 gl.stencilFunc(func, ref, mask);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 849 public final native void stencilFunc (int func, int ref, int mask) /*-{
850 this.stencilFunc(func, ref, mask);
    [all...]

Completed in 83 milliseconds