Lines Matching refs:SFLAG_PBO

107     if (This->Flags & SFLAG_PBO)
711 if (This->Flags & SFLAG_PBO)
755 if(This->Flags & SFLAG_PBO) {
875 if (This->Flags & SFLAG_PBO)
901 if (This->Flags & SFLAG_PBO)
952 if (Src->Flags & SFLAG_PBO)
978 if (Src->Flags & SFLAG_PBO)
1377 This->Flags &= ~SFLAG_PBO;
1439 if (This->Flags & SFLAG_PBO)
1590 if(This->Flags & SFLAG_PBO) {
1629 if(This->Flags & SFLAG_PBO) {
1674 if(This->Flags & SFLAG_PBO) {
1884 && !(This->Flags & (SFLAG_PBO | SFLAG_CONVERTED | SFLAG_NONPOW2))
1923 This->Flags |= SFLAG_PBO;
1927 else if (!(This->resource.allocatedMemory || This->Flags & SFLAG_PBO))
2001 if (This->Flags & SFLAG_PBO)
2114 if((This->Flags & SFLAG_DIBSECTION) && !(This->Flags & SFLAG_PBO)) {
2119 if(This->Flags & SFLAG_PBO) {
2138 if(This->Flags & SFLAG_PBO) {
2167 if (This->Flags & SFLAG_PBO)
2348 if(!(This->Flags & SFLAG_PBO))
2358 if(This->Flags & SFLAG_PBO) {
2425 if((This->Flags & SFLAG_PBO) && This->resource.allocatedMemory) {
4259 if ((Src->Flags & SFLAG_PBO) && src_rect.right - src_rect.left != Src->currentDesc.Width)
4274 if((convert != NO_CONVERSION) && (Src->Flags & SFLAG_PBO)) {
4340 Assert(!!mem == !(Src->Flags & SFLAG_PBO));
4352 if((mem != Src->resource.allocatedMemory) && !(Src->Flags & SFLAG_PBO))
5110 if ((convert != NO_CONVERSION) && (This->Flags & SFLAG_PBO))
5146 if((mem != This->resource.allocatedMemory) && !(This->Flags & SFLAG_PBO))
5199 if((convert != NO_CONVERSION) && (This->Flags & SFLAG_PBO)) {
5243 if (mem || (This->Flags & SFLAG_PBO))
5254 if((mem != This->resource.allocatedMemory) && !(This->Flags & SFLAG_PBO))