/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | r200_tex.h | 38 extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv); 39 extern void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
|
H A D | r200_texstate.c | 728 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument 742 radeon = pDRICtx->driverPrivate; 755 radeon_update_renderbuffers(pDRICtx, dPriv, GL_TRUE); 839 void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument 841 r200SetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_tex.h | 40 extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv); 41 extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
|
H A D | radeon_texstate.c | 605 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument 619 radeon = pDRICtx->driverPrivate; 632 radeon_update_renderbuffers(pDRICtx, dPriv, GL_TRUE); 714 void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument 716 radeonSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
H A D | intel_tex.h | 47 void intelSetTexBuffer(__DRIcontext *pDRICtx, 49 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
|
H A D | intel_tex_image.c | 268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument 273 struct intel_context *intel = pDRICtx->driverPrivate; 289 !pDRICtx->driScreenPriv->dri2.useInvalidate) 290 intel_update_renderbuffers(pDRICtx, dPriv); 321 intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument 326 intelSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | intel_tex_image.c | 268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument 273 struct intel_context *intel = pDRICtx->driverPrivate; 289 !pDRICtx->driScreenPriv->dri2.useInvalidate) 290 intel_update_renderbuffers(pDRICtx, dPriv); 321 intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument 326 intelSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | intel_tex_image.c | 268 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument 273 struct intel_context *intel = pDRICtx->driverPrivate; 289 !pDRICtx->driScreenPriv->dri2.useInvalidate) 290 intel_update_renderbuffers(pDRICtx, dPriv); 321 intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument 326 intelSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
H A D | dri_drawable.c | 205 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, argument 208 struct dri_context *ctx = dri_context(pDRICtx); 243 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, argument 246 dri_set_tex_buffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
H A D | dri_drawable.c | 205 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, argument 208 struct dri_context *ctx = dri_context(pDRICtx); 243 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, argument 246 dri_set_tex_buffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
H A D | dri_drawable.c | 205 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, argument 208 struct dri_context *ctx = dri_context(pDRICtx); 243 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, argument 246 dri_set_tex_buffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|
/external/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 217 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname, 241 void (*setTexBuffer)(__DRIcontext *pDRICtx, 251 void (*setTexBuffer2)(__DRIcontext *pDRICtx, 261 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
H A D | swrast.c | 63 static void swrastSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument 76 dri_ctx = pDRICtx->driverPrivate; 103 static void swrastSetTexBuffer(__DRIcontext *pDRICtx, GLint target, argument 106 swrastSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
|