Searched refs:textureFormat (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c89 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 Dstw_framebuffer.h93 unsigned textureFormat; /**< WGL_NO_TEXTURE or WGL_TEXTURE_RGB[A]_ARB */ member in struct:stw_framebuffer
H A Dstw_ext_rendertexture.c159 texFormat = translate_texture_format(fb->textureFormat);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c88 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 Dstw_framebuffer.h111 unsigned textureFormat; /**< WGL_NO_TEXTURE or WGL_TEXTURE_RGB[A]_ARB */ member in struct:stw_framebuffer
H A Dstw_ext_rendertexture.c156 texFormat = translate_texture_format(fb->textureFormat);
/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwindowsgl.h48 int textureFormat, windowsDrawable *drawable);
H A Dwindowsgl.c394 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 Dtexenv.c349 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 Dvia_3d.h58 CARD32 textureFormat; member in struct:_ViaTextureUnit
H A Dvia_3d.c191 vTex->textureFormat = via3DTexFormat(format);
481 OUT_RING_SubA(HC_SubA_HTXnFM, (vTex->textureFormat |
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglx_pbuffer.c222 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs);
404 if (!pdraw->textureFormat)
405 pdraw->textureFormat =
H A Ddriwindows_glx.c126 pdraw->base.textureFormat,
H A Dglxclient.h145 GLenum textureFormat; /* EXT_texture_from_pixmap support */ member in struct:__GLXDRIdrawableRec
H A Ddri3_glx.c691 pdraw->base.textureFormat,
H A Ddrisw_glx.c464 pdraw->base.textureFormat,
H A Ddri2_glx.c1054 pdraw->base.textureFormat,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglx_pbuffer.c201 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs);
383 if (!pdraw->textureFormat)
384 pdraw->textureFormat =
H A Dglxclient.h148 GLenum textureFormat; /* EXT_texture_from_pixmap support */ member in struct:__GLXDRIdrawableRec
H A Ddri3_glx.c682 pdraw->base.textureFormat,
H A Ddrisw_glx.c457 pdraw->base.textureFormat,
H A Ddri2_glx.c989 pdraw->base.textureFormat,

Completed in 32 milliseconds