Searched refs:pDRICtx (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_tex.h42 void intelSetTexBuffer(__DRIcontext *pDRICtx,
44 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
46 void intelReleaseTexBuffer(__DRIcontext *pDRICtx, GLint target,
H A Dintel_tex_image.c433 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument
438 struct brw_context *brw = pDRICtx->driverPrivate;
454 !pDRICtx->driScreenPriv->dri2.useInvalidate)
455 intel_update_renderbuffers(pDRICtx, dPriv);
500 intelReleaseTexBuffer(__DRIcontext *pDRICtx, GLint target, argument
503 struct brw_context *brw = pDRICtx->driverPrivate;
596 intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
601 intelSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex.h42 void brw_set_texbuffer(__DRIcontext *pDRICtx,
44 void brw_set_texbuffer2(__DRIcontext *pDRICtx,
46 void brw_release_texbuffer(__DRIcontext *pDRICtx, GLint target,
H A Dbrw_tex_image.c434 brw_set_texbuffer2(__DRIcontext *pDRICtx, GLint target, argument
439 struct brw_context *brw = pDRICtx->driverPrivate;
455 !pDRICtx->driScreenPriv->dri2.useInvalidate)
456 brw_update_renderbuffers(pDRICtx, dPriv);
501 brw_release_texbuffer(__DRIcontext *pDRICtx, GLint target, argument
504 struct brw_context *brw = pDRICtx->driverPrivate;
596 brw_set_texbuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
601 brw_set_texbuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex.h45 void intelSetTexBuffer(__DRIcontext *pDRICtx,
47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
H A Dintel_tex_image.c271 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument
276 struct intel_context *intel = pDRICtx->driverPrivate;
292 !pDRICtx->driScreenPriv->dri2.useInvalidate)
293 intel_update_renderbuffers(pDRICtx, dPriv);
327 intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
332 intelSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tex.h45 void intelSetTexBuffer(__DRIcontext *pDRICtx,
47 void intelSetTexBuffer2(__DRIcontext *pDRICtx,
H A Dintel_tex_image.c271 intelSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument
276 struct intel_context *intel = pDRICtx->driverPrivate;
292 !pDRICtx->driScreenPriv->dri2.useInvalidate)
293 intel_update_renderbuffers(pDRICtx, dPriv);
327 intelSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
332 intelSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.h40 extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
41 extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
H A Dradeon_texstate.c546 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
559 radeon = pDRICtx->driverPrivate;
571 radeon_update_renderbuffers(pDRICtx, dPriv, GL_TRUE);
653 void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
655 radeonSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.h40 extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
41 extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
H A Dradeon_texstate.c545 void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
558 radeon = pDRICtx->driverPrivate;
570 radeon_update_renderbuffers(pDRICtx, dPriv, GL_TRUE);
646 void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
648 radeonSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.h38 extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
39 extern void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
H A Dr200_texstate.c638 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
651 radeon = pDRICtx->driverPrivate;
663 radeon_update_renderbuffers(pDRICtx, dPriv, GL_TRUE);
747 void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
749 r200SetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tex.h38 extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
39 extern void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
H A Dr200_texstate.c638 void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint texture_format, argument
651 radeon = pDRICtx->driverPrivate;
663 radeon_update_renderbuffers(pDRICtx, dPriv, GL_TRUE);
741 void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv) argument
743 r200SetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c241 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, argument
244 struct dri_context *ctx = dri_context(pDRICtx);
289 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, argument
292 dri_set_tex_buffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c245 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, argument
248 struct dri_context *ctx = dri_context(pDRICtx);
296 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, argument
299 dri_set_tex_buffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/
H A Dswrast.c78 static void swrastSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, argument
90 dri_ctx = pDRICtx->driverPrivate;
116 static void swrastSetTexBuffer(__DRIcontext *pDRICtx, GLint target, argument
119 swrastSetTexBuffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv);
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h222 void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
246 void (*setTexBuffer)(__DRIcontext *pDRICtx,
258 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
270 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h201 void (*setTexBuffer)(__DRIcontext *pDRICtx,
213 void (*setTexBuffer2)(__DRIcontext *pDRICtx,
225 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,

Completed in 76 milliseconds