Searched refs:pDRICtx (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 245 dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target, in dri_set_tex_buffer2() argument 248 struct dri_context *ctx = dri_context(pDRICtx); in dri_set_tex_buffer2() 296 dri_set_tex_buffer(__DRIcontext *pDRICtx, GLint target, in dri_set_tex_buffer() argument 299 dri_set_tex_buffer2(pDRICtx, target, __DRI_TEXTURE_FORMAT_RGBA, dPriv); in dri_set_tex_buffer()
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 191 void (*setTexBuffer)(__DRIcontext *pDRICtx, 203 void (*setTexBuffer2)(__DRIcontext *pDRICtx, 215 void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
|