HomeSort by relevance Sort by last modified time
    Searched defs:scissor (Results 51 - 73 of 73) sorted by null

1 23

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 552 const hwc_rect_t& scissor, int orient) {
568 const int& sci_l = scissor.left;
569 const int& sci_t = scissor.top;
570 const int& sci_r = scissor.right;
571 const int& sci_b = scissor.bottom;
784 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; local
785 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
1062 hwc_rect_t scissor = {0, 0, hw_w\/2, hw_h }; local
1068 hwc_rect_t scissor = {hw_w\/2, 0, hw_w, hw_h }; local
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 506 const hwc_rect_t& scissor, int orient) {
522 const int& sci_l = scissor.left;
523 const int& sci_t = scissor.top;
524 const int& sci_r = scissor.right;
525 const int& sci_b = scissor.bottom;
744 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; local
745 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
1029 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; local
1035 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 184 virtual void scissor(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height) { } function in class:blink::MockWebGraphicsContext3D
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 245 struct pipe_scissor_state scissor; member in struct:i915_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.h 221 struct pipe_scissor_state scissor; member in struct:svga_state
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 92 unsigned scissor:1; member in struct:pipe_rasterizer_state
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1019 pipe_scissor_state scissor; local
1020 scissor.minx = scissor_rects[0].left;
1021 scissor.miny = scissor_rects[0].top;
1022 scissor.maxx = scissor_rects[0].right;
1023 scissor.maxy = scissor_rects[0].bottom;
1024 pipe->set_scissor_state(pipe, &scissor);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 369 struct radeon_scissor_state scissor; member in struct:radeon_state
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 1376 GrGLIRect scissor; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 245 struct pipe_scissor_state scissor; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 221 struct pipe_scissor_state scissor; member in struct:svga_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 92 unsigned scissor:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1019 pipe_scissor_state scissor; local
1020 scissor.minx = scissor_rects[0].left;
1021 scissor.miny = scissor_rects[0].top;
1022 scissor.maxx = scissor_rects[0].right;
1023 scissor.maxy = scissor_rects[0].bottom;
1024 pipe->set_scissor_state(pipe, &scissor);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 369 struct radeon_scissor_state scissor; member in struct:radeon_state
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 1376 GrGLIRect scissor; local
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 810 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; local
811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
812 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
1802 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; local
1811 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; local
1932 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom }; local
1938 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom }; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 763 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; local
764 scissor = getIntersection(ctx->mViewFrame[dpy], scissor);
765 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
1742 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; local
1749 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; local
1870 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom }; local
1876 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom }; local
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 213 // scissor
214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height); member in struct:__anon81092
  /system/core/include/private/pixelflinger/
ggl_context.h 512 scissor_t scissor; member in struct:android::state_t
  /frameworks/native/opengl/libagl/
context.h 533 } scissor; member in struct:android::gl::viewport_t
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 620 webContext()->scissor(0, 0, drawingBufferWidth(), drawingBufferHeight());
3177 void WebGLRenderingContextBase::scissor(GLint x, GLint y, GLsizei width, GLsizei height) function in class:WebCore::__anon15013::WebGLRenderingContextBase
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 433 GLuint scissor:1; member in struct:brw_sf_unit_state::__anon18002
755 /* scissor coordinates are inclusive */
761 } scissor; member in struct:brw_sf_viewport
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 433 GLuint scissor:1; member in struct:brw_sf_unit_state::__anon31561
755 /* scissor coordinates are inclusive */
761 } scissor; member in struct:brw_sf_viewport
    [all...]

Completed in 1156 milliseconds

1 23