HomeSort by relevance Sort by last modified time
    Searched defs:flip_y (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer);
155 flip_y = !flip_y;
177 flip_y))
radeon_tex_copy.c 55 unsigned flip_y; local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
133 dstx, dsty, width, height, flip_y);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 98 unsigned dst_rowstride, dst_imagesize, aligned_rowstride, flip_y; local
152 flip_y = _mesa_is_winsys_fbo(ctx->ReadBuffer);
155 flip_y = !flip_y;
177 flip_y))
radeon_tex_copy.c 55 unsigned flip_y; local
68 flip_y = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Type == GL_NONE;
71 flip_y = ctx->ReadBuffer->Attachment[BUFFER_COLOR0].Type == GL_NONE;
133 dstx, dsty, width, height, flip_y);
  /external/chromium_org/cc/output/
direct_renderer.cc 85 bool flip_y = FlippedFramebuffer(); local
91 if (flip_y) {
104 if (flip_y)
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 1043 int flip_y = _foxitDevice2User.d * dest_height < 0 ? 1 : -1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1309 CARD32 flip_y B32;
1391 CARD32 flip_y; member in struct:__anon46112
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 1309 CARD32 flip_y B32;
1391 CARD32 flip_y; member in struct:__anon47848
    [all...]

Completed in 2914 milliseconds