/external/mesa3d/src/gallium/frontends/nine/ |
D | surface9.c | 77 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 …]
|
D | texture9.c | 72 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()
|
D | volume9.c | 72 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()
|
D | device9.c | 1194 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 …]
|
D | volumetexture9.c | 210 if (This->base.base.pool == D3DPOOL_DEFAULT) { in NineVolumeTexture9_AddDirtyBox()
|
D | basetexture9.c | 49 BOOL alloc = (Pool == D3DPOOL_DEFAULT) && !initResource && in NineBaseTexture9_ctor() 57 Pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineBaseTexture9_ctor()
|
D | cubetexture9.c | 110 if (Pool != D3DPOOL_DEFAULT) { in NineCubeTexture9_ctor()
|
D | buffer9.c | 289 usage = ((This->base.usage & D3DUSAGE_WRITEONLY) && This->base.pool == D3DPOOL_DEFAULT) ? in NineBuffer9_Lock()
|
D | swapchain9.c | 312 desc.Pool = D3DPOOL_DEFAULT; in NineSwapChain9_Resize() 1118 desc.Pool = D3DPOOL_DEFAULT; in NineSwapChain9_GetFrontBufferData()
|
D | nine_dump.c | 30 case D3DPOOL_DEFAULT: return "DEFAULT"; in nine_D3DPOOL_to_str()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 96 D3DPOOL_DEFAULT, &mQuadVertexBuffer, nullptr); in initialize() 598 D3DUSAGE_RENDERTARGET, sourceDesc.Format, D3DPOOL_DEFAULT, &texture, nullptr); in copySurfaceToTexture()
|
D | SwapChain9.cpp | 135 backBufferd3dFormatInfo.texFormat, D3DPOOL_DEFAULT, in reset()
|
D | Renderer9.cpp | 833 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/ |
D | utils.cpp | 1569 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/ |
D | EGL_ANGLE_d3d_texture_client_buffer.txt | 130 IDirect3DTexture9 Memory pool must be D3DPOOL_DEFAULT.
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 710 D3DPOOL_DEFAULT = 0, enumerator
|
/external/angle/src/tests/gl_tests/ |
D | D3DTextureTest.cpp | 215 D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, &texture, nullptr))); in createPBuffer()
|