HomeSort by relevance Sort by last modified time
    Searched full:scissor (Results 51 - 75 of 498) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 205 /* if variant is opaque and scissor doesn't effect the tile */
488 * triangle bounding box and the scissor rect to generate the
489 * scissor planes.
500 * Note that otherwise, the scissor planes only vary in 'C' value,
505 const struct u_rect *scissor = &setup->scissor; local
509 plane[3].c = 1-scissor->x0;
514 plane[4].c = scissor->x1+1;
519 plane[5].c = 1-scissor->y0;
524 plane[6].c = scissor->y1+1
    [all...]
lp_setup_context.h 107 struct u_rect scissor; member in struct:lp_setup_context
108 struct u_rect draw_region; /* intersection of fb & scissor */
lp_clear.c 45 * No masking, no scissor (clear entire buffer).
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 205 /* if variant is opaque and scissor doesn't effect the tile */
488 * triangle bounding box and the scissor rect to generate the
489 * scissor planes.
500 * Note that otherwise, the scissor planes only vary in 'C' value,
505 const struct u_rect *scissor = &setup->scissor; local
509 plane[3].c = 1-scissor->x0;
514 plane[4].c = scissor->x1+1;
519 plane[5].c = 1-scissor->y0;
524 plane[6].c = scissor->y1+1
    [all...]
lp_setup_context.h 107 struct u_rect scissor; member in struct:lp_setup_context
108 struct u_rect draw_region; /* intersection of fb & scissor */
lp_clear.c 45 * No masking, no scissor (clear entire buffer).
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 47 * glClear(). However we must make sure to set the scissor
48 * correctly first. The scissor is always specified in window
  /external/chromium_org/content/test/data/gpu/
webgl.html 15 gl.scissor(0, 0, w, h/2);
19 gl.scissor(0, h/2, w, h/2);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gles_api.py 154 'Scissor',
383 "Scissor",
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 128 /* Recompute the viewport/scissor state. */
130 context_dirty(ctx, SCISSOR);
  /external/deqp/doc/testspecs/GLES3/
functional.occlusion_query.txt 26 - Scissor boxes
39 of occluders are drawn on screen. Occluders can be areas around scissor
functional.rasterizer_discard.txt 32 - Discard test for default framebuffer with scissor test enabled
51 framebuffer discards are tested with scissor test enabled.
  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 154 'Scissor',
383 "Scissor",
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv20_state_fb.c 128 /* Recompute the viewport/scissor state. */
130 context_dirty(ctx, SCISSOR);
  /external/chromium_org/cc/trees/
damage_tracker.h 27 // RenderSurfaceImpl. This region is used to scissor what is actually drawn to
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
draw-dynamic-webgl-to-hw-accelerated-canvas-2d.html 29 gl.scissor(rand(1024), rand(1024), rand(1024), rand(1024));
draw-static-webgl-to-hw-accelerated-canvas-2d.html 29 gl.scissor(rand(1024), rand(1024), rand(1024), rand(1024));
upload-webgl-to-texture.html 31 gl.scissor(rand(1024), rand(1024), rand(1024), rand(1024));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_clear.h 38 * No masking, no scissor (clear entire buffer).
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
descrip.mms 75 scissor.c \
149 scissor.obj,\
251 scissor.obj : scissor.c
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIRect.h 31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
  /external/mesa3d/src/gallium/auxiliary/util/
u_clear.h 38 * No masking, no scissor (clear entire buffer).
  /external/mesa3d/src/mesa/main/
descrip.mms 75 scissor.c \
149 scissor.obj,\
251 scissor.obj : scissor.c
  /external/skia/src/gpu/gl/
GrGLIRect.h 31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common.c 37 - Scissor implementation
100 if (radeon->state.scissor.enabled)
110 GLint x = ctx->Scissor.X, y = ctx->Scissor.Y;
111 GLsizei w = ctx->Scissor.Width, h = ctx->Scissor.Height;
134 rmesa->state.scissor.rect.x1 = CLAMP(x1, min_x, max_x);
135 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y);
136 rmesa->state.scissor.rect.x2 = CLAMP(x2, min_x, max_x);
137 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y)
    [all...]

Completed in 984 milliseconds

1 23 4 5 6 7 8 91011>>