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

  /external/swiftshader/src/D3D8/
Direct3DSurface8.cpp 62 : Surface(getParentResource(container), width, height, 1, 0, sampleCount(multiSample), translateFormat(format), lockable, (usage & D3DUSAGE_RENDERTARGET) == D3DUSAGE_RENDERTARGET || (usage & D3DUSAGE_DEPTHSTENCIL) == D3DUSAGE_DEPTHSTENCIL), device(device), container(container), width(width), height(height), format(format), pool(pool), multiSample(multiSample), lockable(lockable), usage(usage)
Direct3DSwapChain8.cpp 180 backBuffer[i] = new Direct3DSurface8(device, this, width, height, presentParameters->BackBufferFormat, D3DPOOL_DEFAULT, presentParameters->MultiSampleType, lockable, D3DUSAGE_RENDERTARGET);
Direct3D8.cpp 166 if(usage & D3DUSAGE_RENDERTARGET)
282 if(usage & D3DUSAGE_RENDERTARGET)
398 if(usage & D3DUSAGE_RENDERTARGET)
    [all...]
Direct3DDevice8.cpp 691 if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
696 *surface = new Direct3DSurface8(this, this, width, height, format, D3DPOOL_DEFAULT, multiSample, lockable != FALSE, D3DUSAGE_RENDERTARGET);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
cubetexture9.c 97 if (Usage & D3DUSAGE_RENDERTARGET)
texture9.c 138 if (Usage & D3DUSAGE_RENDERTARGET)
volumetexture9.c 57 user_assert(!(Usage & (D3DUSAGE_RENDERTARGET | D3DUSAGE_DEPTHSTENCIL)),
surface9.c 110 if (pDesc->Usage & D3DUSAGE_RENDERTARGET) {
190 if (This->base.resource && (pDesc->Usage & (D3DUSAGE_RENDERTARGET | D3DUSAGE_DEPTHSTENCIL)))
194 if (This->base.resource && (pDesc->Usage & D3DUSAGE_RENDERTARGET))
adapter9.c 299 if (Usage & D3DUSAGE_RENDERTARGET) bind |= PIPE_BIND_RENDER_TARGET;
323 (Usage & D3DUSAGE_RENDERTARGET))
    [all...]
swapchain9.c 333 desc.Usage = D3DUSAGE_RENDERTARGET;
    [all...]
device9.c     [all...]
basetexture9.c 56 user_assert(!(Usage & (D3DUSAGE_RENDERTARGET | D3DUSAGE_DEPTHSTENCIL)) ||
  /external/swiftshader/src/D3D9/
Direct3DSurface9.cpp 80 : Direct3DResource9(device, D3DRTYPE_SURFACE, pool, memoryUsage(width, height, multiSample, quality, format)), Surface(getParentResource(container), width, height, 1, 0, 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)
Direct3DSwapChain9.cpp 355 backBuffer[i] = new Direct3DSurface9(device, this, presentParameters->BackBufferWidth, presentParameters->BackBufferHeight, presentParameters->BackBufferFormat, D3DPOOL_DEFAULT, presentParameters->MultiSampleType, presentParameters->MultiSampleQuality, lockable, D3DUSAGE_RENDERTARGET);
Direct3D9.cpp 256 if(usage & D3DUSAGE_RENDERTARGET)
423 if(usage & D3DUSAGE_RENDERTARGET)
    [all...]
Direct3DDevice9.cpp 785 if(width == 0 || height == 0 || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DUSAGE_RENDERTARGET, D3DRTYPE_SURFACE, format) != D3D_OK || height > sw::OUTLINE_RESOLUTION)
790 *surface = new Direct3DSurface9(this, this, width, height, format, D3DPOOL_DEFAULT, multiSample, multiSampleQuality, lockable != FALSE, D3DUSAGE_RENDERTARGET);
    [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 91 #define D3DUSAGE_RENDERTARGET 0x01
    [all...]
d3d9types.h 104 #define D3DUSAGE_RENDERTARGET __MSABI_LONG(0x00000001)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 242 #define D3DUSAGE_RENDERTARGET 0x00000001
    [all...]

Completed in 151 milliseconds