Home
last modified time | relevance | path

Searched refs:texBuffer (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdriswrast.c72 const __DRItexBufferExtension *texBuffer; member
175 const __DRItexBufferExtension *texBuffer = drawable->screen->texBuffer; in __glXDRIbindTexImage() local
178 if (texBuffer == NULL) in __glXDRIbindTexImage()
182 if (texBuffer->base.version >= 2 && texBuffer->setTexBuffer2 != NULL) { in __glXDRIbindTexImage()
183 (*texBuffer->setTexBuffer2) (context->driContext, in __glXDRIbindTexImage()
189 texBuffer->setTexBuffer(context->driContext, in __glXDRIbindTexImage()
385 dri->texBuffer = (const __DRItexBufferExtension *) extensions[i]; in initializeExtensions()
H A Dglxdri2.c74 const __DRItexBufferExtension *texBuffer; member
310 const __DRItexBufferExtension *texBuffer = drawable->screen->texBuffer; in __glXDRIbindTexImage() local
313 if (texBuffer == NULL) in __glXDRIbindTexImage()
316 if (texBuffer->base.version >= 2 && texBuffer->setTexBuffer2 != NULL) { in __glXDRIbindTexImage()
317 (*texBuffer->setTexBuffer2) (context->driContext, in __glXDRIbindTexImage()
323 texBuffer->setTexBuffer(context->driContext, in __glXDRIbindTexImage()
867 dri->texBuffer = (const __DRItexBufferExtension *) extensions[i]; in initializeExtensions()