Searched defs:mirror_y (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp132 bool mirror_x, bool mirror_y)
140 mirror_x, mirror_y);
150 bool mirror_x, bool mirror_y)
167 mirror_x, mirror_y);
208 bool mirror_x = false, mirror_y = false; local
211 fixup_mirroring(mirror_y, srcY0, srcY1);
212 fixup_mirroring(mirror_y, dstY0, dstY1);
222 clip_or_scissor(mirror_y, srcY0, srcY1, dstY0, dstY1,
231 clip_or_scissor(mirror_y, dstY0, dstY1, srcY0, srcY1,
244 mirror_y
124 brw_blorp_blit_miptrees(struct intel_context *intel, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, int src_x0, int src_y0, int dst_x0, int dst_y0, int dst_x1, int dst_y1, bool mirror_x, bool mirror_y) argument
145 do_blorp_blit(struct intel_context *intel, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, struct intel_renderbuffer *dst_irb, GLint srcX0, GLint srcY0, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, bool mirror_x, bool mirror_y) argument
1631 brw_blorp_blit_params(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, GLuint src_x0, GLuint src_y0, GLuint dst_x0, GLuint dst_y0, GLuint dst_x1, GLuint dst_y1, bool mirror_x, bool mirror_y) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp_blit.cpp132 bool mirror_x, bool mirror_y)
140 mirror_x, mirror_y);
150 bool mirror_x, bool mirror_y)
167 mirror_x, mirror_y);
208 bool mirror_x = false, mirror_y = false; local
211 fixup_mirroring(mirror_y, srcY0, srcY1);
212 fixup_mirroring(mirror_y, dstY0, dstY1);
222 clip_or_scissor(mirror_y, srcY0, srcY1, dstY0, dstY1,
231 clip_or_scissor(mirror_y, dstY0, dstY1, srcY0, srcY1,
244 mirror_y
124 brw_blorp_blit_miptrees(struct intel_context *intel, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, int src_x0, int src_y0, int dst_x0, int dst_y0, int dst_x1, int dst_y1, bool mirror_x, bool mirror_y) argument
145 do_blorp_blit(struct intel_context *intel, GLbitfield buffer_bit, struct intel_renderbuffer *src_irb, struct intel_renderbuffer *dst_irb, GLint srcX0, GLint srcY0, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, bool mirror_x, bool mirror_y) argument
1631 brw_blorp_blit_params(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, GLuint src_x0, GLuint src_y0, GLuint dst_x0, GLuint dst_y0, GLuint dst_x1, GLuint dst_y1, bool mirror_x, bool mirror_y) argument
[all...]

Completed in 116 milliseconds