Searched refs:flip_y (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_blit.h54 unsigned flip_y);
H A Dradeon_pixel_read.c98 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))
H A Dradeon_tex_copy.c55 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);
H A Dr200_blit.c386 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);
383 calc_tex_coords(float img_width, float img_height, float x, float y, float reg_width, float reg_height, unsigned flip_y, float *buf) argument
399 emit_draw_packet(struct r200_context *r200, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
463 r200_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
H A Dradeon_common_context.h497 unsigned flip_y);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h54 unsigned flip_y);
H A Dradeon_pixel_read.c98 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))
H A Dradeon_tex_copy.c55 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);
H A Dradeon_blit.c261 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);
258 calc_tex_coords(float img_width, float img_height, float x, float y, float reg_width, float reg_height, unsigned flip_y, float *buf) argument
274 emit_draw_packet(struct r100_context *r100, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
341 r100_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
H A Dradeon_common_context.h497 unsigned flip_y);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_blit.h54 unsigned flip_y);
H A Dradeon_pixel_read.c98 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))
H A Dradeon_tex_copy.c55 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);
H A Dr200_blit.c386 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);
383 calc_tex_coords(float img_width, float img_height, float x, float y, float reg_width, float reg_height, unsigned flip_y, float *buf) argument
399 emit_draw_packet(struct r200_context *r200, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
463 r200_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
H A Dradeon_common_context.h497 unsigned flip_y);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h54 unsigned flip_y);
H A Dradeon_pixel_read.c98 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))
H A Dradeon_tex_copy.c55 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);
H A Dradeon_blit.c261 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);
258 calc_tex_coords(float img_width, float img_height, float x, float y, float reg_width, float reg_height, unsigned flip_y, float *buf) argument
274 emit_draw_packet(struct r100_context *r100, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
341 r100_blit(struct gl_context *ctx, struct radeon_bo *src_bo, intptr_t src_offset, gl_format src_mesaformat, unsigned src_pitch, unsigned src_width, unsigned src_height, unsigned src_x_offset, unsigned src_y_offset, struct radeon_bo *dst_bo, intptr_t dst_offset, gl_format dst_mesaformat, unsigned dst_pitch, unsigned dst_width, unsigned dst_height, unsigned dst_x_offset, unsigned dst_y_offset, unsigned reg_width, unsigned reg_height, unsigned flip_y) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.h42 bool flip_y,
55 bool flip_y,
H A Dgles2_cmd_copy_texture_chromium.cc108 VertexShaderId GetVertexShaderId(bool flip_y) { argument
115 unsigned index = flip_y ? 1 : 0;
324 bool flip_y,
337 if (source_target == GL_TEXTURE_2D && !flip_y && !premultiply_alpha_change &&
363 flip_y,
377 bool flip_y,
389 VertexShaderId vertex_shader_id = GetVertexShaderId(flip_y);
314 DoCopyTexture( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLenum source_internal_format, GLuint dest_id, GLint dest_level, GLenum dest_internal_format, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha) argument
369 DoCopyTextureWithTransform( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLuint dest_id, GLint dest_level, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha, const GLfloat transform_matrix[16]) argument
/external/chromium_org/cc/output/
H A Ddirect_renderer.cc85 bool flip_y = FlippedFramebuffer(); local
91 if (flip_y) {
104 if (flip_y)
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_scaling.cc63 bool flip_y,
878 bool flip_y,
913 if (flip_y) {
874 UseProgram(const gfx::Size& src_size, const gfx::Rect& src_subrect, const gfx::Size& dst_size, bool scale_x, bool flip_y, GLfloat color_weights[4]) argument
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.h137 bool flip_y);
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.h141 bool flip_y);

Completed in 332 milliseconds

12