HomeSort by relevance Sort by last modified time
    Searched refs:GLState (Results 1 - 5 of 5) 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/editors/
StateViewPage.java 23 import com.android.ide.eclipse.gltrace.state.GLState;
61 public static final String ID = "com.android.ide.eclipse.gltrace.views.GLState"; //$NON-NLS-1$
79 mState = GLState.createDefaultState();
  /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();
340 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES2,
350 return glState;
354 GLCompositeProperty glState = new GLCompositeProperty(GLStateType.GL_STATE_ES1,
361 return glState;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 63 private final GLState mGLState;
91 mGLState = new GLState(gl);
526 private static class GLState {
537 public GLState(GL11 gl) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 22 import com.android.ide.eclipse.gltrace.state.GLState;
    [all...]

Completed in 91 milliseconds