Searched refs:TextureFormat (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsurface.c279 surf->TextureFormat = val;
317 if ((surf->TextureTarget == EGL_NO_TEXTURE && surf->TextureFormat != EGL_NO_TEXTURE) ||
318 (surf->TextureFormat == EGL_NO_TEXTURE && surf->TextureTarget != EGL_NO_TEXTURE)) {
376 surf->TextureFormat = EGL_NO_TEXTURE;
449 *value = surface->TextureFormat;
733 if (surface->TextureFormat == EGL_NO_TEXTURE)
766 if (surf->TextureFormat == EGL_NO_TEXTURE)
H A Deglsurface.h84 EGLenum TextureFormat; member in struct:_egl_surface
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglsurface.c294 surf->TextureFormat = val;
340 if ((surf->TextureTarget == EGL_NO_TEXTURE && surf->TextureFormat != EGL_NO_TEXTURE) ||
341 (surf->TextureFormat == EGL_NO_TEXTURE && surf->TextureTarget != EGL_NO_TEXTURE)) {
400 surf->TextureFormat = EGL_NO_TEXTURE;
477 *value = surface->TextureFormat;
770 if (surface->TextureFormat == EGL_NO_TEXTURE)
802 if (surf->TextureFormat == EGL_NO_TEXTURE)
H A Deglsurface.h84 EGLenum TextureFormat; member in struct:_egl_surface
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h349 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */ member in struct:xmesa_buffer
H A Dxm_api.c555 b->TextureFormat = GLX_TEXTURE_FORMAT_NONE_EXT;
1205 b->TextureFormat = format;
H A Dglx_api.c2178 *value = xmbuf->TextureFormat;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_api.h349 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */ member in struct:xmesa_buffer
H A Dxm_api.c555 b->TextureFormat = GLX_TEXTURE_FORMAT_NONE_EXT;
1182 b->TextureFormat = format;
H A Dglx_api.c2128 *value = xmbuf->TextureFormat;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A DxmesaP.h239 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */ member in struct:xmesa_buffer
H A Dxm_api.c349 b->TextureFormat = GLX_TEXTURE_FORMAT_NONE_EXT;
1120 b->TextureFormat = format;
1670 if (drawable->TextureFormat == GLX_TEXTURE_FORMAT_NONE_EXT)
1737 if (drawable->TextureFormat == GLX_TEXTURE_FORMAT_RGBA_EXT) {
1740 else if (drawable->TextureFormat == GLX_TEXTURE_FORMAT_RGB_EXT) {
H A Dfakeglx.c2228 *value = xmbuf->TextureFormat;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A DxmesaP.h239 GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */ member in struct:xmesa_buffer
H A Dxm_api.c348 b->TextureFormat = GLX_TEXTURE_FORMAT_NONE_EXT;
1110 b->TextureFormat = format;
1679 if (drawable->TextureFormat == GLX_TEXTURE_FORMAT_NONE_EXT)
1746 if (drawable->TextureFormat == GLX_TEXTURE_FORMAT_RGBA_EXT) {
1749 else if (drawable->TextureFormat == GLX_TEXTURE_FORMAT_RGB_EXT) {
H A Dfakeglx.c2194 *value = xmbuf->TextureFormat;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dglint_regs.h662 #define TextureFormat GLINT_TAG_ADDR(0x09,0x01) macro
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dglint_regs.h659 #define TextureFormat GLINT_TAG_ADDR(0x09,0x01) macro
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1770 switch (surf->TextureFormat) {
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2143 switch (surf->TextureFormat) {

Completed in 44 milliseconds