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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
RenderContext.java 36 private int cullFace;
52 cullFace = blendSFactor = blendDFactor = 0;
61 if (cullFace > 0) Gdx.gl.glDisable(GL20.GL_CULL_FACE);
107 if (face != cullFace) {
108 cullFace = face;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java 157 private final static long optionalAttributes = IntAttribute.CullFace | DepthTestAttribute.Type;
273 int cullFace = config.defaultCullFace == -1 ? GL20.GL_BACK : config.defaultCullFace;
296 context.setCullFace(cullFace);
311 public void setDefaultCullFace(int cullFace) {
312 config.defaultCullFace = cullFace;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 146 IGLProperty cullFace = new GLBooleanProperty(GLStateType.CULL_FACE, Boolean.FALSE);
158 cullFace,
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java 504 private final static long optionalAttributes = IntAttribute.CullFace | DepthTestAttribute.Type;
    [all...]
  /frameworks/native/opengl/libagl/
context.h 343 GLenum cullFace;
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 645 public final native void cullFace (int mode) /*-{
646 this.cullFace(mode);
    [all...]

Completed in 399 milliseconds