HomeSort by relevance Sort by last modified time
    Searched refs:viewport (Results 101 - 125 of 303) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/docs/
MESA_window_pos.spec 33 matrix and viewport must be set very carefully. Furthermore, if the
40 projection matrix and the viewport to window mapping. Furthermore,
94 matrix, projection matrix and viewport parameters are ignored and the
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 34 const float *scale = pvs->draw->viewport.scale;
35 const float *trans = pvs->draw->viewport.translate;
137 /* Viewport mapping */
draw_vs.h 67 unsigned viewport:1; member in struct:draw_vs_variant_key
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 112 struct pipe_viewport_state viewport; member in struct:st_context::__anon26584
171 struct pipe_viewport_state viewport; member in struct:st_context::__anon26589
243 * The NDC Y coords prior to viewport transformation are in the range
247 * Use the viewport transformation to invert Y.
  /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...]
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 57 gfx::Rect viewport,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs.h 67 unsigned viewport:1; member in struct:draw_vs_variant_key
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_context.h 80 struct pipe_viewport_state viewport; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 80 struct pipe_viewport_state viewport; member in struct:llvmpipe_context
  /external/qemu/android/skin/
composer.h 40 typedef void (*SkinPlateDrawFunc)( void* user, SkinRegion* region, SkinPos* apos, SkinViewport* viewport, int opaque );
composer.c 284 skin_plate_redraw( SkinPlate* plate, SkinRegion* updated, SkinRegion* drawn, SkinPos* apos, SkinViewport* viewport )
307 plate->surface.draw( plate->surface.user, r, apos, viewport, 1 );
316 plate->surface.draw( plate->surface.user, r, apos, viewport, 0);
330 skin_plate_redraw( areflist_get(plate->group.children, n ), updated, drawn, &pos, viewport );
  /frameworks/native/include/private/gui/
LayerState.h 119 Rect viewport; member in struct:android::DisplayState
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_dump.c 144 batch_out(brw, name, offset, 5, "sf5: viewport offset\n");
307 batch_out(brw, name, offset, 0, "m00 = %f\n", vp->viewport.m00);
308 batch_out(brw, name, offset, 1, "m11 = %f\n", vp->viewport.m11);
309 batch_out(brw, name, offset, 2, "m22 = %f\n", vp->viewport.m22);
310 batch_out(brw, name, offset, 3, "m30 = %f\n", vp->viewport.m30);
311 batch_out(brw, name, offset, 4, "m31 = %f\n", vp->viewport.m31);
312 batch_out(brw, name, offset, 5, "m32 = %f\n", vp->viewport.m32);
344 batch_out(brw, name, offset, 0, "m00 = %f\n", vp->viewport.m00);
345 batch_out(brw, name, offset, 1, "m11 = %f\n", vp->viewport.m11);
346 batch_out(brw, name, offset, 2, "m22 = %f\n", vp->viewport.m22)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_dump.c 144 batch_out(brw, name, offset, 5, "sf5: viewport offset\n");
307 batch_out(brw, name, offset, 0, "m00 = %f\n", vp->viewport.m00);
308 batch_out(brw, name, offset, 1, "m11 = %f\n", vp->viewport.m11);
309 batch_out(brw, name, offset, 2, "m22 = %f\n", vp->viewport.m22);
310 batch_out(brw, name, offset, 3, "m30 = %f\n", vp->viewport.m30);
311 batch_out(brw, name, offset, 4, "m31 = %f\n", vp->viewport.m31);
312 batch_out(brw, name, offset, 5, "m32 = %f\n", vp->viewport.m32);
344 batch_out(brw, name, offset, 0, "m00 = %f\n", vp->viewport.m00);
345 batch_out(brw, name, offset, 1, "m11 = %f\n", vp->viewport.m11);
346 batch_out(brw, name, offset, 2, "m22 = %f\n", vp->viewport.m22)
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_unittest.cc 230 gfx::Rect viewport(0, 0, layer_size.width(), 1);
239 viewport,
255 // Update once more with a small viewport 0,0 layer_width by 1
260 viewport,
280 // Now update with no invalidation and full viewport
347 // a valid recorded viewport.
355 // Update once more with a small viewport.
356 gfx::Rect viewport(0, 0, layer_size.width(), 1);
357 Update(layer_rect(), viewport); local
380 // No invalidation, same viewport
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 97 // Viewport extremes. See mCurrentViewport for a discussion of the viewport.
104 * The current viewport. This rectangle represents the currently visible chart domain
653 * This is the active focal point in terms of the viewport. Could be a local
700 * Ensures that current viewport is inside the viewport extremes defined by {@link #AXIS_X_MIN},
739 // Scrolling uses math based on the viewport (as opposed to math using pixels).
741 * Pixel offset is the offset in screen pixels, while viewport offset is the
742 * offset within the current viewport. For additional information on surface sizes
744 * additional information about the viewport, see the comments fo
1134 private RectF viewport; field in class:InteractiveLineGraphView.SavedState
    [all...]
  /external/chromium_org/ui/gfx/
transform_util.cc 256 bool CheckTransformsMapsIntViewportWithinOnePixel(const Rect& viewport,
267 return CheckViewportPointMapsWithinOnePixel(viewport.origin(), combined) &&
268 CheckViewportPointMapsWithinOnePixel(viewport.top_right(), combined) &&
269 CheckViewportPointMapsWithinOnePixel(viewport.bottom_left(),
271 CheckViewportPointMapsWithinOnePixel(viewport.bottom_right(),
448 const Rect& viewport) {
466 // Verify that viewport is not moved unnaturally.
468 CheckTransformsMapsIntViewportWithinOnePixel(viewport, transform, snapped);
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 346 private void setDisplayViewport(boolean external, DisplayViewport viewport) {
348 viewport.displayId, viewport.orientation,
349 viewport.logicalFrame.left, viewport.logicalFrame.top,
350 viewport.logicalFrame.right, viewport.logicalFrame.bottom,
351 viewport.physicalFrame.left, viewport.physicalFrame.top,
352 viewport.physicalFrame.right, viewport.physicalFrame.bottom
    [all...]
  /external/chromium_org/cc/output/
output_surface.h 186 gfx::Rect viewport,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.h 61 struct pipe_viewport_state viewport; member in struct:vl_compositor_layer
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c 1601 struct r300_viewport_state* viewport = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h 84 struct pipe_viewport_state viewport; member in struct:softpipe_context
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 61 struct pipe_viewport_state viewport; member in struct:vl_compositor_layer
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 1601 struct r300_viewport_state* viewport = local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 84 struct pipe_viewport_state viewport; member in struct:softpipe_context

Completed in 432 milliseconds

1 2 3 45 6 7 8 91011>>