HomeSort by relevance Sort by last modified time
    Searched refs:VIEWPORT (Results 1 - 10 of 10) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 58 VIEWPORT("Viewport"),
GLState.java 127 IGLProperty viewPort = new GLCompositeProperty(GLStateType.VIEWPORT,
139 viewPort,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_fb.c 153 context_dirty(ctx, VIEWPORT);
179 struct gl_viewport_attrib *vp = &ctx->Viewport;
217 context_dirty(ctx, VIEWPORT);
nv20_state_fb.c 128 /* Recompute the viewport/scissor state. */
129 context_dirty(ctx, VIEWPORT);
nouveau_state.c 112 context_dirty(ctx, VIEWPORT);
435 context_dirty(ctx, VIEWPORT);
551 ctx->Driver.Viewport = nouveau_viewport;
  /frameworks/native/opengl/libagl/
matrix.cpp 75 c->transforms.dirty = transform_state_t::VIEWPORT |
132 // Validate the viewport transformation
133 if (dirty & transform_state_t::VIEWPORT) {
515 // premultiply it with the viewport transformation. In addition to
643 c->viewport.surfaceport.x = x;
644 c->viewport.surfaceport.y = y;
647 c->viewport.x,
648 c->viewport.y,
649 c->viewport.w,
650 c->viewport.h)
    [all...]
context.h 488 VIEWPORT = 0x04,
501 // viewport transformation
622 viewport_t viewport; member in struct:android::gl::ogles_context_t
array.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 297 VIEWPORT = 0x0BA2,
    [all...]

Completed in 699 milliseconds