HomeSort by relevance Sort by last modified time
    Searched refs:D3DRTYPE_SURFACE (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
resource9.c 138 if (This->pool != D3DPOOL_MANAGED || This->type == D3DRTYPE_SURFACE)
149 if (This->pool != D3DPOOL_MANAGED || This->type == D3DRTYPE_SURFACE)
adapter9.c 287 case D3DRTYPE_SURFACE: target = PIPE_TEXTURE_2D; break;
308 (RType == D3DRTYPE_SURFACE ||
314 RType == D3DRTYPE_SURFACE)
319 if (CheckFormat == D3DFMT_ATOC && RType == D3DRTYPE_SURFACE)
337 case D3DRTYPE_SURFACE:
    [all...]
cubetexture9.c 134 sfdesc.Type = D3DRTYPE_SURFACE;
texture9.c 187 sfdesc.Type = D3DRTYPE_SURFACE;
swapchain9.c 265 desc.Type = D3DRTYPE_SURFACE;
    [all...]
nine_dump.c 133 case D3DRTYPE_SURFACE: return "SURFACE";
surface9.c 172 D3DRTYPE_SURFACE, pDesc->Pool, pDesc->Usage);
device9.c     [all...]
  /external/swiftshader/src/D3D8/
Direct3DSurface8.cpp 65 resource = new Direct3DResource8(device, D3DRTYPE_SURFACE, memoryUsage(width, height, format));
227 desc->Type = D3DRTYPE_SURFACE;
Direct3D8.cpp 165 case D3DRTYPE_SURFACE:
    [all...]
Direct3DDevice8.cpp 575 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
605 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, format) != D3D_OK)
691 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DSurface9.cpp 79 Direct3DSurface9::Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage) : Direct3DResource9(device, D3DRTYPE_SURFACE, pool, memoryUsage(width, height, format)), Surface(getParentResource(container), width, height, sampleCount(multiSample, quality), translateFormat(format), isLockable(pool, usage, lockableOverride), (usage & D3DUSAGE_RENDERTARGET) || (usage & D3DUSAGE_DEPTHSTENCIL)), container(container), width(width), height(height), format(format), pool(pool), multiSample(multiSample), quality(quality), lockable(isLockable(pool, usage, lockableOverride)), usage(usage)
332 description->Type = D3DRTYPE_SURFACE;
Direct3D9.cpp 255 case D3DRTYPE_SURFACE:
    [all...]
Direct3DDevice9.cpp 571 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_DEPTHSTENCIL, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
656 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D3DRTYPE_SURFACE, format) != D3D_OK) // FIXME: Allow all formats supported by runtime/REF
785 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h 810 D3DRTYPE_SURFACE = 1,
    [all...]
d3d9types.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 855 D3DRTYPE_SURFACE = 1,
    [all...]

Completed in 330 milliseconds