Searched refs:SFLAG_NONPOW2 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c742 if (This->Flags & SFLAG_NONPOW2) {
770 if (This->Flags & SFLAG_NONPOW2) {
1043 if(This->Flags & (SFLAG_NONPOW2 | SFLAG_DIBSECTION | SFLAG_CONVERTED) || This->resource.allocatedMemory == NULL) {
1045 * SFLAG_NONPOW2 has a bigger opengl texture than the client memory, and different pitches
1884 && !(This->Flags & (SFLAG_PBO | SFLAG_CONVERTED | SFLAG_NONPOW2))
4597 This->Flags |= SFLAG_NONPOW2;
4625 if (This->Flags & SFLAG_NONPOW2 && gl_info->supported[ARB_TEXTURE_RECTANGLE]
4633 This->Flags &= ~(SFLAG_NONPOW2 | SFLAG_NORMCOORD);
H A Ddevice.c6547 surface->Flags |= SFLAG_NONPOW2;
6549 surface->Flags &= ~SFLAG_NONPOW2;
H A Dwined3d_private.h2506 #define SFLAG_NONPOW2 0x00000400 /* Surface sizes are not a power of 2 */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c607 if (surface->flags & (SFLAG_CONVERTED | SFLAG_NONPOW2 | SFLAG_PIN_SYSMEM))
895 surface->flags |= SFLAG_NONPOW2;
928 if (surface->flags & SFLAG_NONPOW2 && gl_info->supported[ARB_TEXTURE_RECTANGLE]
936 surface->flags &= ~(SFLAG_NONPOW2 | SFLAG_NORMCOORD);
2443 if (surface->flags & SFLAG_NONPOW2)
2478 if (surface->flags & SFLAG_NONPOW2)
2979 if (surface->flags & (SFLAG_NONPOW2 | SFLAG_DIBSECTION | SFLAG_CONVERTED)
2983 * SFLAG_NONPOW2 has a bigger opengl texture than the client memory, and different pitches
3788 surface->flags |= SFLAG_NONPOW2;
3790 surface->flags &= ~SFLAG_NONPOW2;
[all...]
H A Dwined3d_private.h2361 #define SFLAG_NONPOW2 0x00000004 /* Surface sizes are not a power of 2 */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2541 #define SFLAG_NONPOW2 0x00000400 /* Surface sizes are not a power of 2 */ macro

Completed in 1767 milliseconds