Searched refs:D3DPOOL_SYSTEMMEM (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/frontends/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() 278 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 | 642 From->base.pool == D3DPOOL_SYSTEMMEM); in NineSurface9_CopyMemToDefault() 717 assert(This->base.pool == D3DPOOL_SYSTEMMEM && in NineSurface9_CopyDefaultToMem()
|
D | volume9.c | 437 From->desc.Pool == D3DPOOL_SYSTEMMEM); in NineVolume9_CopyMemToDefault()
|
D | device9.c | 1372 user_assert(src->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface() 1458 user_assert(srcb->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture() 1592 user_assert(dst->desc.Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData() 1917 || Pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineDevice9_CreateOffscreenPlainSurface() 2591 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 | 1103 user_assert(dest_surface->base.pool == D3DPOOL_SYSTEMMEM, D3DERR_INVALIDCALL); in NineSwapChain9_GetFrontBufferData()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 35 mD3DPool = D3DPOOL_SYSTEMMEM; in Image9() 266 const D3DPOOL poolToUse = D3DPOOL_SYSTEMMEM; in createSurface() 455 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToSurface() 579 description.Format, D3DPOOL_SYSTEMMEM, in copyFromRTInternal()
|
D | Framebuffer9.cpp | 126 D3DPOOL_SYSTEMMEM, &systemSurface, in readPixelsImpl() 138 D3DPOOL_SYSTEMMEM, &systemSurface, nullptr); in readPixelsImpl()
|
D | Renderer9.cpp | 2847 D3DPOOL_SYSTEMMEM, &surf, nullptr); in copyToRenderTarget()
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 712 D3DPOOL_SYSTEMMEM = 2, enumerator
|