Searched refs:textureMipmap (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ | ||
| H A D | stw_ext_pbuffer.c | 91 BOOL textureMipmap = FALSE; local in function:wglCreatePbufferARB 137 textureMipmap = !!*piAttrib; 262 fb->textureMipmap = textureMipmap; 365 *piValue = fb->textureMipmap; |
| H A D | stw_framebuffer.h | 96 boolean textureMipmap; /**< TRUE/FALSE */ member in struct:stw_framebuffer |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ | ||
| H A D | stw_ext_pbuffer.c | 90 BOOL textureMipmap = FALSE; local in function:wglCreatePbufferARB 136 textureMipmap = !!*piAttrib; 254 fb->textureMipmap = textureMipmap; 357 *piValue = fb->textureMipmap; |
| H A D | stw_framebuffer.h | 114 boolean textureMipmap; /**< TRUE/FALSE */ member in struct:stw_framebuffer |
Completed in 5 milliseconds