Searched defs:invert_y (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 97 try_pbo_readpixels(struct st_context * st,struct st_renderbuffer * strb,bool invert_y,GLint x,GLint y,GLsizei width,GLsizei height,enum pipe_format src_format,enum pipe_format dst_format,const struct gl_pixelstore_attrib * pack,void * pixels) argument 261 blit_to_staging(struct st_context * st,struct st_renderbuffer * strb,bool invert_y,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,enum pipe_format src_format,enum pipe_format dst_format) argument 330 try_cached_readpixels(struct st_context * st,struct st_renderbuffer * strb,bool invert_y,GLsizei width,GLsizei height,GLenum format,enum pipe_format src_format,enum pipe_format dst_format) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 97 try_pbo_readpixels(struct st_context * st,struct st_renderbuffer * strb,bool invert_y,GLint x,GLint y,GLsizei width,GLsizei height,GLenum gl_format,enum pipe_format src_format,enum pipe_format dst_format,const struct gl_pixelstore_attrib * pack,void * pixels) argument 275 blit_to_staging(struct st_context * st,struct st_renderbuffer * strb,bool invert_y,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,enum pipe_format src_format,enum pipe_format dst_format) argument 343 try_cached_readpixels(struct st_context * st,struct st_renderbuffer * strb,bool invert_y,GLsizei width,GLsizei height,GLenum format,enum pipe_format src_format,enum pipe_format dst_format) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 1142 bool invert_y = vp->scale[1] < 0.0; local in function:panfrost_emit_for_draw
|
Completed in 7 milliseconds