Searched refs:textureMipmap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c91 BOOL textureMipmap = FALSE; local in function:wglCreatePbufferARB
137 textureMipmap = !!*piAttrib;
262 fb->textureMipmap = textureMipmap;
365 *piValue = fb->textureMipmap;
H A Dstw_framebuffer.h96 boolean textureMipmap; /**< TRUE/FALSE */ member in struct:stw_framebuffer
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pbuffer.c90 BOOL textureMipmap = FALSE; local in function:wglCreatePbufferARB
136 textureMipmap = !!*piAttrib;
254 fb->textureMipmap = textureMipmap;
357 *piValue = fb->textureMipmap;
H A Dstw_framebuffer.h114 boolean textureMipmap; /**< TRUE/FALSE */ member in struct:stw_framebuffer

Completed in 5 milliseconds