Searched refs:D3DPOOL_SYSTEMMEM (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | texture9.c | 71 (Pool == D3DPOOL_SYSTEMMEM && Levels == 1) || in NineTexture9_ctor() 75 (Pool != D3DPOOL_SYSTEMMEM && Pool != D3DPOOL_SCRATCH && Levels <= 1), in NineTexture9_ctor()
|
D | buffer9.c | 86 if (Pool == D3DPOOL_SYSTEMMEM) in NineBuffer9_ctor() 269 if (This->base.pool == D3DPOOL_SYSTEMMEM) in NineBuffer9_Lock()
|
D | cubetexture9.c | 62 (Pool != D3DPOOL_SYSTEMMEM && Levels <= 1), D3DERR_INVALIDCALL); in NineCubeTexture9_ctor()
|
D | surface9.c | 631 From->base.pool == D3DPOOL_SYSTEMMEM); in NineSurface9_CopyMemToDefault() 693 assert(This->base.pool == D3DPOOL_SYSTEMMEM && in NineSurface9_CopyDefaultToMem()
|
D | volume9.c | 428 From->desc.Pool == D3DPOOL_SYSTEMMEM); in NineVolume9_CopyMemToDefault()
|
D | device9.c | 1280 user_assert(src->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface() 1366 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1500 user_assert(dst->desc.Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData() 1817 || Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_CreateOffscreenPlainSurface() 2450 tex->base.pool != D3DPOOL_SYSTEMMEM), D3DERR_INVALIDCALL); in NineDevice9_SetTexture()
|
D | nine_dump.c | 32 case D3DPOOL_SYSTEMMEM: return "SYSTEMMEM"; in nine_D3DPOOL_to_str()
|
D | swapchain9.c | 929 user_assert(dest_surface->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineSwapChain9_GetFrontBufferData()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1359 D3DPOOL_SYSTEMMEM = 2, enumerator
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 712 D3DPOOL_SYSTEMMEM = 2, enumerator
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 610 …*surface = new Direct3DSurface8(this, this, width, height, format, D3DPOOL_SYSTEMMEM, D3DMULTISAMP… in CreateImageSurface() 4879 if(sourceDescription.Pool != D3DPOOL_SYSTEMMEM || in updateVolume()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9.cpp | 6346 if(sourceDescription.Pool != D3DPOOL_SYSTEMMEM || in updateVolume()
|