| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_pbuffer.c | 89 int textureFormat = WGL_NO_TEXTURE_ARB; local in function:wglCreatePbufferARB 114 textureFormat = *piAttrib; 115 if (textureFormat != WGL_TEXTURE_RGB_ARB && 116 textureFormat != WGL_TEXTURE_RGBA_ARB && 117 textureFormat != WGL_NO_TEXTURE_ARB) { 261 fb->textureFormat = textureFormat; 362 *piValue = fb->textureFormat;
|
| H A D | stw_framebuffer.h | 93 unsigned textureFormat; /**< WGL_NO_TEXTURE or WGL_TEXTURE_RGB[A]_ARB */ member in struct:stw_framebuffer
|
| H A D | stw_ext_rendertexture.c | 159 texFormat = translate_texture_format(fb->textureFormat);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_pbuffer.c | 88 int textureFormat = WGL_NO_TEXTURE_ARB; local in function:wglCreatePbufferARB 113 textureFormat = *piAttrib; 114 if (textureFormat != WGL_TEXTURE_RGB_ARB && 115 textureFormat != WGL_TEXTURE_RGBA_ARB && 116 textureFormat != WGL_NO_TEXTURE_ARB) { 253 fb->textureFormat = textureFormat; 354 *piValue = fb->textureFormat;
|
| H A D | stw_framebuffer.h | 111 unsigned textureFormat; /**< WGL_NO_TEXTURE or WGL_TEXTURE_RGB[A]_ARB */ member in struct:stw_framebuffer
|
| H A D | stw_ext_rendertexture.c | 156 texFormat = translate_texture_format(fb->textureFormat);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | windowsgl.h | 48 int textureFormat, windowsDrawable *drawable);
|
| H A D | windowsgl.c | 394 int textureFormat, windowsDrawable *drawable) 393 windows_setTexBuffer(windowsContext * context,int textureTarget,int textureFormat,windowsDrawable * drawable) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | texenv.c | 349 GLenum textureFormat; local in function:loadTexture 357 textureFormat = GL_LUMINANCE; 362 textureFormat = GL_LUMINANCE; 366 textureFormat = GL_ALPHA; 371 textureFormat = GL_LUMINANCE_ALPHA; 375 textureFormat = GL_RGB; 380 textureFormat = GL_RGBA; 502 textureFormat, GL_UNSIGNED_BYTE, texImage );
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_3d.h | 58 CARD32 textureFormat; member in struct:_ViaTextureUnit
|
| H A D | via_3d.c | 191 vTex->textureFormat = via3DTexFormat(format); 481 OUT_RING_SubA(HC_SubA_HTXnFM, (vTex->textureFormat |
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glx_pbuffer.c | 222 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); 404 if (!pdraw->textureFormat) 405 pdraw->textureFormat =
|
| H A D | driwindows_glx.c | 126 pdraw->base.textureFormat,
|
| H A D | glxclient.h | 145 GLenum textureFormat; /* EXT_texture_from_pixmap support */ member in struct:__GLXDRIdrawableRec
|
| H A D | dri3_glx.c | 691 pdraw->base.textureFormat,
|
| H A D | drisw_glx.c | 464 pdraw->base.textureFormat,
|
| H A D | dri2_glx.c | 1054 pdraw->base.textureFormat,
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glx_pbuffer.c | 201 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); 383 if (!pdraw->textureFormat) 384 pdraw->textureFormat =
|
| H A D | glxclient.h | 148 GLenum textureFormat; /* EXT_texture_from_pixmap support */ member in struct:__GLXDRIdrawableRec
|
| H A D | dri3_glx.c | 682 pdraw->base.textureFormat,
|
| H A D | drisw_glx.c | 457 pdraw->base.textureFormat,
|
| H A D | dri2_glx.c | 989 pdraw->base.textureFormat,
|