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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.h 43 struct GLState {
190 GLState m_GLStateBeforeBlit;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 24 public class GLState {
31 private static GLState sGLState = new GLState();
350 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES2,
360 return glState;
364 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES1,
372 return glState;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 70 private GLState mGLState;
101 mGLState = new GLState(gl);
586 private static class GLState {
597 public GLState(GL11 gl) {
    [all...]

Completed in 52 milliseconds