Searched refs:compressed_format_compatible (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.c391 compressed_format_compatible(const struct gl_context *ctx, function in typeref:typename:bool
524 return compressed_format_compatible(ctx, srcFormat, dstFormat);
526 return compressed_format_compatible(ctx, dstFormat, srcFormat);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.c396 compressed_format_compatible(const struct gl_context *ctx, function in typeref:typename:bool
529 return compressed_format_compatible(ctx, srcFormat, dstFormat);
531 return compressed_format_compatible(ctx, dstFormat, srcFormat);

Completed in 3 milliseconds