Searched refs:D3DRTYPE_SURFACE (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | resource9.c | 138 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()
|
D | adapter9.c | 287 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()
|
D | texture9.c | 187 sfdesc.Type = D3DRTYPE_SURFACE; in NineTexture9_ctor()
|
D | cubetexture9.c | 134 sfdesc.Type = D3DRTYPE_SURFACE; in NineCubeTexture9_ctor()
|
D | swapchain9.c | 265 desc.Type = D3DRTYPE_SURFACE; in NineSwapChain9_Resize() 943 desc.Type = D3DRTYPE_SURFACE; in NineSwapChain9_GetFrontBufferData()
|
D | surface9.c | 172 D3DRTYPE_SURFACE, pDesc->Pool, pDesc->Usage); in NineSurface9_ctor()
|
D | nine_dump.c | 133 case D3DRTYPE_SURFACE: return "SURFACE"; in nine_D3DRTYPE_to_str()
|
D | device9.c | 1193 desc.Type = D3DRTYPE_SURFACE; in create_zs_or_rt_surface()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DSurface8.cpp | 66 …resource = new Direct3DResource8(device, D3DRTYPE_SURFACE, memoryUsage(width, height, multiSample,… in Direct3DSurface8() 228 desc->Type = D3DRTYPE_SURFACE; in GetDesc()
|
D | Direct3DDevice8.cpp | 575 …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()
|
D | Direct3D8.cpp | 165 case D3DRTYPE_SURFACE: in CheckDeviceFormat()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DSurface9.cpp | 80 …: Direct3DResource9(device, D3DRTYPE_SURFACE, pool, memoryUsage(width, height, multiSample, qualit… in Direct3DSurface9() 333 description->Type = D3DRTYPE_SURFACE; in GetDesc()
|
D | Direct3D9.cpp | 255 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()
|
D | Direct3DDevice9.cpp | 571 …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/ |
D | d3d8types.h | 1421 D3DRTYPE_SURFACE = 1, enumerator
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 855 D3DRTYPE_SURFACE = 1, enumerator
|