Searched refs:texture_format (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex_image.c | 272 GLint texture_format, 303 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) { 271 intelSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tex_image.c | 272 GLint texture_format, 303 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) { 271 intelSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/ |
| H A D | swrast.c | 79 GLint texture_format, __DRIdrawable *dPriv) 92 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4); 102 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) 78 swrastSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texstate.c | 546 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument 600 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_tex_image.c | 434 GLint texture_format, 476 /* The extra texture_format parameter indicates whether the alpha 482 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) 433 intelSetTexBuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_tex_image.c | 435 GLint texture_format, 477 /* The extra texture_format parameter indicates whether the alpha 483 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) 434 brw_set_texbuffer2(__DRIcontext * pDRICtx,GLint target,GLint texture_format,__DRIdrawable * dPriv) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_texstate.c | 545 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument 599 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 3661 enum pipe_format texture_format; local in function:generate_variant 3664 texture_format = samp0->texture_state.format; 3678 ((texture_format && 3679 util_is_format_compatible(util_format_description(texture_format), 3682 (texture_format == PIPE_FORMAT_B8G8R8A8_UNORM || 3683 texture_format == PIPE_FORMAT_B8G8R8X8_UNORM) &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_texstate.c | 638 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument 694 if (texture_format == __DRI_TEXTURE_FORMAT_RGB) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_texstate.c | 638 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument 694 if (texture_format == __DRI_TEXTURE_FORMAT_RGB)
|
Completed in 20 milliseconds