Home
last modified time | relevance | path

Searched refs:D3DRTYPE_SURFACE (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dresource9.c138 if (This->pool != D3DPOOL_MANAGED || This->type == D3DRTYPE_SURFACE) in NineResource9_SetPriority()
149 if (This->pool != D3DPOOL_MANAGED || This->type == D3DRTYPE_SURFACE) in NineResource9_GetPriority()
Dadapter9.c287 case D3DRTYPE_SURFACE: target = PIPE_TEXTURE_2D; break; in NineAdapter9_CheckDeviceFormat()
308 (RType == D3DRTYPE_SURFACE || in NineAdapter9_CheckDeviceFormat()
314 RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
319 if (CheckFormat == D3DFMT_ATOC && RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
337 case D3DRTYPE_SURFACE: in NineAdapter9_CheckDeviceFormat()
Dtexture9.c187 sfdesc.Type = D3DRTYPE_SURFACE; in NineTexture9_ctor()
Dcubetexture9.c134 sfdesc.Type = D3DRTYPE_SURFACE; in NineCubeTexture9_ctor()
Dswapchain9.c265 desc.Type = D3DRTYPE_SURFACE; in NineSwapChain9_Resize()
943 desc.Type = D3DRTYPE_SURFACE; in NineSwapChain9_GetFrontBufferData()
Dsurface9.c172 D3DRTYPE_SURFACE, pDesc->Pool, pDesc->Usage); in NineSurface9_ctor()
Dnine_dump.c133 case D3DRTYPE_SURFACE: return "SURFACE"; in nine_D3DRTYPE_to_str()
Ddevice9.c1193 desc.Type = D3DRTYPE_SURFACE; in create_zs_or_rt_surface()
/external/swiftshader/src/D3D8/
DDirect3DSurface8.cpp66 …resource = new Direct3DResource8(device, D3DRTYPE_SURFACE, memoryUsage(width, height, multiSample,… in Direct3DSurface8()
228 desc->Type = D3DRTYPE_SURFACE; in GetDesc()
DDirect3DDevice8.cpp575 …Format(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D… in CreateDepthStencilSurface()
605 …|| d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, format) != D… in CreateImageSurface()
691 …Format(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D… in CreateRenderTarget()
DDirect3D8.cpp165 case D3DRTYPE_SURFACE: in CheckDeviceFormat()
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp80 …: Direct3DResource9(device, D3DRTYPE_SURFACE, pool, memoryUsage(width, height, multiSample, qualit… in Direct3DSurface9()
333 description->Type = D3DRTYPE_SURFACE; in GetDesc()
DDirect3D9.cpp255 case D3DRTYPE_SURFACE: in CheckDeviceFormat()
790 …Format(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, surfaceForma… in CheckDeviceMultiSampleType()
791 …Format(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, surfaceForma… in CheckDeviceMultiSampleType()
DDirect3DDevice9.cpp571 …Format(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D… in CreateDepthStencilSurface()
656 …|| d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, format) != D… in CreateOffscreenPlainSurface()
785 …Format(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D… in CreateRenderTarget()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1421 D3DRTYPE_SURFACE = 1, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h855 D3DRTYPE_SURFACE = 1, enumerator