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

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask)
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtGL20.java 953 gl.stencilFuncSeparate(face, func, ref, mask);
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 853 public final native void stencilFuncSeparate (int face, int func, int ref, int mask) /*-{
854 this.stencilFuncSeparate(face, func, ref, mask);
    [all...]

Completed in 521 milliseconds