Home
last modified time | relevance | path

Searched refs:D3DPOOL_DEFAULT (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.c77 assert(!user_buffer || pDesc->Pool != D3DPOOL_DEFAULT); in NineSurface9_ctor()
78 assert(!pResource || pDesc->Pool == D3DPOOL_DEFAULT); in NineSurface9_ctor()
153 pDesc->Pool == D3DPOOL_DEFAULT && pDesc->Usage & D3DUSAGE_DYNAMIC)) { in NineSurface9_ctor()
165 if ((allocate && pDesc->Pool != D3DPOOL_DEFAULT) || pDesc->Format == D3DFMT_NULL) { in NineSurface9_ctor()
178 allocate && (pDesc->Pool == D3DPOOL_DEFAULT), in NineSurface9_ctor()
246 assert(This->desc.Pool == D3DPOOL_DEFAULT); in NineSurface9_CreatePipeSurfaces()
379 if (This->base.pool == D3DPOOL_DEFAULT) in NineSurface9_AddDirtyRect()
438 user_assert(This->base.pool != D3DPOOL_DEFAULT || in NineSurface9_LockRect()
454 if (pRect && This->desc.Pool == D3DPOOL_DEFAULT && in NineSurface9_LockRect()
641 assert(This->base.pool == D3DPOOL_DEFAULT && in NineSurface9_CopyMemToDefault()
[all …]
Dtexture9.c72 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineTexture9_ctor()
93 if (pSharedHandle && Pool == D3DPOOL_DEFAULT) { in NineTexture9_ctor()
158 } else if (Pool != D3DPOOL_DEFAULT) { in NineTexture9_ctor()
317 if (This->base.base.pool == D3DPOOL_DEFAULT) { in NineTexture9_AddDirtyRect()
Dvolume9.c72 assert(pResource || pDesc->Pool != D3DPOOL_DEFAULT); in NineVolume9_ctor()
125 pDesc->Pool == D3DPOOL_DEFAULT && pDesc->Usage & D3DUSAGE_DYNAMIC)) { in NineVolume9_ctor()
276 user_assert(This->desc.Pool != D3DPOOL_DEFAULT || in NineVolume9_LockBox()
436 assert(This->desc.Pool == D3DPOOL_DEFAULT && in NineVolume9_CopyMemToDefault()
Ddevice9.c1194 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE); in NineDevice9_CreateVertexBuffer()
1207 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_CreateVertexBuffer()
1234 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_NOTAVAILABLE); in NineDevice9_CreateIndexBuffer()
1245 user_assert(!pSharedHandle || Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_CreateIndexBuffer()
1320 return create_zs_or_rt_surface(This, 0, D3DPOOL_DEFAULT, in NineDevice9_CreateRenderTarget()
1341 return create_zs_or_rt_surface(This, 1, D3DPOOL_DEFAULT, in NineDevice9_CreateDepthStencilSurface()
1371 user_assert(dst->base.pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
1457 user_assert(dstb->base.pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture()
1593 user_assert(src->desc.Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1651 user_assert(dst->base.pool == D3DPOOL_DEFAULT && in NineDevice9_StretchRect()
[all …]
Dvolumetexture9.c210 if (This->base.base.pool == D3DPOOL_DEFAULT) { in NineVolumeTexture9_AddDirtyBox()
Dbasetexture9.c49 BOOL alloc = (Pool == D3DPOOL_DEFAULT) && !initResource && in NineBaseTexture9_ctor()
57 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineBaseTexture9_ctor()
Dcubetexture9.c110 if (Pool != D3DPOOL_DEFAULT) { in NineCubeTexture9_ctor()
Dbuffer9.c289 usage = ((This->base.usage & D3DUSAGE_WRITEONLY) && This->base.pool == D3DPOOL_DEFAULT) ? in NineBuffer9_Lock()
Dswapchain9.c312 desc.Pool = D3DPOOL_DEFAULT; in NineSwapChain9_Resize()
1118 desc.Pool = D3DPOOL_DEFAULT; in NineSwapChain9_GetFrontBufferData()
Dnine_dump.c30 case D3DPOOL_DEFAULT: return "DEFAULT"; in nine_D3DPOOL_to_str()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp96 D3DPOOL_DEFAULT, &mQuadVertexBuffer, nullptr); in initialize()
598 D3DUSAGE_RENDERTARGET, sourceDesc.Format, D3DPOOL_DEFAULT, &texture, nullptr); in copySurfaceToTexture()
DSwapChain9.cpp135 backBufferd3dFormatInfo.texFormat, D3DPOOL_DEFAULT, in reset()
DRenderer9.cpp833 backBufferd3dFormatInfo.texFormat, D3DPOOL_DEFAULT, in validateShareHandle()
2428 return D3DPOOL_DEFAULT; in getBufferPool()
2438 return D3DPOOL_DEFAULT; in getBufferPool()
2772 return D3DPOOL_DEFAULT; in getTexturePool()
2782 return D3DPOOL_DEFAULT; in getTexturePool()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dutils.cpp1569 width, height, d3dFormat, D3DPOOL_DEFAULT, &(*d3dSurface), in MediaSurfaceCreate()
1589 width, height, d3dFormat, D3DPOOL_DEFAULT, &(*d3dSurface), in MediaSurfaceCreate()
1608 width, height, d3dFormat, D3DPOOL_DEFAULT, 0, in MediaSurfaceCreate()
/external/angle/extensions/
DEGL_ANGLE_d3d_texture_client_buffer.txt130 IDirect3DTexture9 Memory pool must be D3DPOOL_DEFAULT.
/external/mesa3d/include/D3D9/
Dd3d9types.h710 D3DPOOL_DEFAULT = 0, enumerator
/external/angle/src/tests/gl_tests/
DD3DTextureTest.cpp215 D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &texture, nullptr))); in createPBuffer()