Searched refs:_mesa_texstore_needs_transfer_ops (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstore.h | 91 _mesa_texstore_needs_transfer_ops(struct gl_context *ctx,
|
| H A D | texstore.c | 764 _mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { 827 _mesa_texstore_needs_transfer_ops(struct gl_context *ctx, function in typeref:typename:GLboolean 862 if (_mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texstore.h | 91 _mesa_texstore_needs_transfer_ops(struct gl_context *ctx,
|
| H A D | texstore.c | 762 _mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) { 825 _mesa_texstore_needs_transfer_ops(struct gl_context *ctx, function in typeref:typename:GLboolean 860 if (_mesa_texstore_needs_transfer_ops(ctx, baseInternalFormat, dstFormat)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 2451 if (_mesa_texstore_needs_transfer_ops(ctx, texImage->_BaseFormat,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_texture.c | 2848 if (_mesa_texstore_needs_transfer_ops(ctx, texImage->_BaseFormat,
|
Completed in 29 milliseconds