Searched refs:drawFormat (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 517 gl_format drawFormat = _mesa_get_srgb_format_linear(drawRb->Format); in blit_linear() local 688 _mesa_pack_ubyte_rgba_row(drawFormat, dstWidth, dstBuffer, dst); in blit_linear() 691 _mesa_pack_float_rgba_row(drawFormat, dstWidth, dstBuffer, dst); in blit_linear()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 2840 GLenum readFormat, drawFormat; in compatible_resolve_formats() local 2860 drawFormat = get_nongeneric_internalformat(colorDrawRb->InternalFormat); in compatible_resolve_formats() 2862 drawFormat = get_linear_internalformat(drawFormat); in compatible_resolve_formats() 2864 if (readFormat == drawFormat) { in compatible_resolve_formats()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1603 enum pipe_format readFormat, drawFormat; in st_CopyPixels() local 1605 drawFormat = util_format_linear(pt->format); in st_CopyPixels() 1609 readW, readH, drawFormat, buf); in st_CopyPixels()
|