/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_copy_texture_chromium.h | 31 bool flip_y, bool premultiply_alpha, 39 GLsizei width, GLsizei height, bool flip_y,
|
gles2_cmd_copy_texture_chromium.cc | 176 bool flip_y, 187 // bit 0: Flip_y 210 unsigned index = (flip_y ? (1 << 0) : 0) | 330 bool flip_y, 339 dest_id, level, width, height, flip_y, premultiply_alpha, 352 bool flip_y, 364 flip_y, premultiply_alpha, unpremultiply_alpha,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_blit.h | 54 unsigned flip_y);
|
r200_blit.c | 386 unsigned flip_y, float *buf) 392 if (flip_y) 404 unsigned flip_y) 413 flip_y, texcoords); 461 * @param[in] flip_y set if y coords of the source image need to be flipped 482 unsigned flip_y) 546 flip_y);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_blit.h | 54 unsigned flip_y);
|
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);
|
radeon_blit.c | 261 unsigned flip_y, float *buf) 267 if (flip_y) 279 unsigned flip_y) 288 flip_y, texcoords); 339 * @param[in] flip_y set if y coords of the source image need to be flipped 360 unsigned flip_y) 424 flip_y);
|
radeon_common_context.h | 497 unsigned flip_y);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.h | 54 unsigned flip_y);
|
r200_blit.c | 386 unsigned flip_y, float *buf) 392 if (flip_y) 404 unsigned flip_y) 413 flip_y, texcoords); 461 * @param[in] flip_y set if y coords of the source image need to be flipped 482 unsigned flip_y) 546 flip_y);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.h | 54 unsigned flip_y);
|
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);
|
radeon_blit.c | 261 unsigned flip_y, float *buf) 267 if (flip_y) 279 unsigned flip_y) 288 flip_y, texcoords); 339 * @param[in] flip_y set if y coords of the source image need to be flipped 360 unsigned flip_y) 424 flip_y);
|
radeon_common_context.h | 497 unsigned flip_y);
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_transformer_mac.cc | 45 // destination framebuffer of the given size. Specify |flip_y| is the src 51 bool flip_y, float dst_width, float dst_height) { 70 if (flip_y) {
|
/external/chromium_org/cc/output/ |
direct_renderer.cc | 87 bool flip_y = FlippedFramebuffer(); local 93 if (flip_y) { 106 if (flip_y)
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_scaling.cc | 64 bool flip_y, [all...] |
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.h | 117 bool flip_y);
|
webmediaplayer_android.cc | 527 bool flip_y) { 552 // Application itself needs to take care of setting the right flip_y 554 // flip_y==true means to reverse the video orientation while 555 // flip_y==false means to keep the intrinsic orientation. 556 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y); [all...] |
/external/chromium_org/content/renderer/media/ |
webmediaplayer_impl.h | 158 bool flip_y);
|
webmediaplayer_impl.cc | 621 bool flip_y) { 663 // Application itself needs to take care of setting the right flip_y 665 // flip_y==true means to reverse the video orientation while 666 // flip_y==false means to keep the intrinsic orientation. 667 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y); [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_unittest.cc | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XInput.h | 675 int flip_y; member in struct:__anon36932 [all...] |