/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/ |
galliumcom.idl | 63 * - scissor
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glapi.c | 79 __ogl_framework_api->Scissor(x, y, width, height);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.h | 220 // flushes the scissor. see the note on flushBoundTextureAndParams about 221 // flushing the scissor after that function is called. 278 // last scissor / viewport scissor state seen by the GL.
|
/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 97 GET_PROC(Scissor);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 669 * triangle bounding box and the scissor rect to generate the 670 * scissor planes. 681 * Note that otherwise, the scissor planes only vary in 'C' value, 686 const struct u_rect *scissor = &setup->scissor; local 690 plane[4].c = 1-scissor->x0; 695 plane[5].c = scissor->x1+1; 700 plane[6].c = 1-scissor->y0; 705 plane[7].c = scissor->y1+1;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_clear.c | 45 * No masking, no scissor (clear entire buffer).
|
sp_context.h | 81 struct pipe_scissor_state scissor; member in struct:softpipe_context 134 /** Derived from scissor and surface bounds: */
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
galliumcom.idl | 63 * - scissor
|
/external/mesa3d/src/glx/apple/ |
apple_glapi.c | 79 __ogl_framework_api->Scissor(x, y, width, height);
|
/external/skia/src/gpu/gl/ |
GrGpuGL.h | 220 // flushes the scissor. see the note on flushBoundTextureAndParams about 221 // flushing the scissor after that function is called. 278 // last scissor / viewport scissor state seen by the GL.
|
/external/skia/src/gpu/gl/angle/ |
GrGLCreateANGLEInterface.cpp | 97 GET_PROC(Scissor);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.cpp | 545 const hwc_rect_t& scissor, int orient) { 561 const int& sci_l = scissor.left; 562 const int& sci_t = scissor.top; 563 const int& sci_r = scissor.right; 564 const int& sci_b = scissor.bottom; 777 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; local 778 qhwc::calculate_crop_rects(crop, dst, scissor, transform); 1055 hwc_rect_t scissor = {0, 0, hw_w\/2, hw_h }; local 1061 hwc_rect_t scissor = {hw_w\/2, 0, hw_w, hw_h }; local [all...] |
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_utils.cpp | 505 const hwc_rect_t& scissor, int orient) { 521 const int& sci_l = scissor.left; 522 const int& sci_t = scissor.top; 523 const int& sci_r = scissor.right; 524 const int& sci_b = scissor.bottom; 738 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; local 739 qhwc::calculate_crop_rects(crop, dst, scissor, transform); 999 hwc_rect_t scissor = {0, 0, hw_w\/2, hw_h }; local 1005 hwc_rect_t scissor = {hw_w\/2, 0, hw_w, hw_h }; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/ |
DrawingBuffer.h | 101 // current scissor bounds. Track the state of the scissor test so that it
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_context.h | 106 uint16_t scissor; member in struct:nv50_context::__anon14567 146 struct pipe_scissor_state scissor; member in struct:nv50_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_context.h | 99 uint16_t scissor; member in struct:nvc0_context::__anon14576 150 struct pipe_scissor_state scissor; member in struct:nvc0_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_debug.c | 44 { "scissor", DBG_SCISSOR, "Log scissor info" },
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_context.h | 81 struct pipe_scissor_state scissor; member in struct:softpipe_context 134 /** Derived from scissor and surface bounds: */
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrClipMaskManager.h | 50 * and sets the GrGpu's scissor and stencil state. If the return is false 94 * texture. It may be neither because the scissor rect suffices or we
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_context.h | 106 uint16_t scissor; member in struct:nv50_context::__anon24909 146 struct pipe_scissor_state scissor; member in struct:nv50_context
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_context.h | 99 uint16_t scissor; member in struct:nvc0_context::__anon24918 150 struct pipe_scissor_state scissor; member in struct:nvc0_context
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_debug.c | 44 { "scissor", DBG_SCISSOR, "Log scissor info" },
|
/external/skia/src/gpu/ |
GrClipMaskManager.h | 50 * and sets the GrGpu's scissor and stencil state. If the return is false 94 * texture. It may be neither because the scissor rect suffices or we
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
attrib.c | 51 #include "scissor.h" 118 GLboolean Scissor; 312 attr->Scissor = ctx->Scissor.Enabled; 409 memcpy( attr, &ctx->Scissor, sizeof(struct gl_scissor_attrib) ); 599 TEST_AND_UPDATE(ctx->Scissor.Enabled, enable->Scissor, GL_SCISSOR_TEST); 1202 const struct gl_scissor_attrib *scissor; local [all...] |
/external/mesa3d/src/mesa/main/ |
attrib.c | 51 #include "scissor.h" 118 GLboolean Scissor; 312 attr->Scissor = ctx->Scissor.Enabled; 409 memcpy( attr, &ctx->Scissor, sizeof(struct gl_scissor_attrib) ); 599 TEST_AND_UPDATE(ctx->Scissor.Enabled, enable->Scissor, GL_SCISSOR_TEST); 1202 const struct gl_scissor_attrib *scissor; local [all...] |