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

  /external/swiftshader/src/D3D8/
Direct3DVolumeTexture8.cpp 25 Direct3DVolumeTexture8::Direct3DVolumeTexture8(Direct3DDevice8 *device, unsigned int width, unsigned int height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool) : Direct3DBaseTexture8(device, D3DRTYPE_VOLUMETEXTURE, levels, usage), width(width), height(height), depth(depth), format(format), pool(pool)
Direct3D8.cpp 357 case D3DRTYPE_VOLUMETEXTURE:
    [all...]
Direct3DDevice8.cpp 824 if(width == 0 || height == 0 || depth == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_VOLUMETEXTURE, format) != D3D_OK)
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DVolumeTexture9.cpp 26 Direct3DVolumeTexture9::Direct3DVolumeTexture9(Direct3DDevice9 *device, unsigned int width, unsigned int height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool) : Direct3DBaseTexture9(device, D3DRTYPE_VOLUMETEXTURE, format, pool, levels, usage), width(width), height(height), depth(depth)
Direct3DDevice9.cpp 960 if(width == 0 || height == 0 || depth == 0 || (usage & D3DUSAGE_AUTOGENMIPMAP && levels > 1) || d3d9->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYPE_VOLUMETEXTURE, format) != D3D_OK)
    [all...]
Direct3D9.cpp 530 case D3DRTYPE_VOLUMETEXTURE:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
volumetexture9.c 108 D3DRTYPE_VOLUMETEXTURE, Format, Pool, Usage);
basetexture9.c 239 if (This->base.type == D3DRTYPE_VOLUMETEXTURE) {
299 if (This->base.type == D3DRTYPE_VOLUMETEXTURE) {
348 if (This->base.type == D3DRTYPE_VOLUMETEXTURE) {
adapter9.c 291 case D3DRTYPE_VOLUMETEXTURE: target = PIPE_TEXTURE_3D; break;
334 case D3DRTYPE_VOLUMETEXTURE: bind |= PIPE_BIND_SAMPLER_VIEW; break;
    [all...]
nine_dump.c 136 case D3DRTYPE_VOLUMETEXTURE: return "VOLUMETEXTURE";
nine_ff.c     [all...]
device9.c     [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 813 D3DRTYPE_VOLUMETEXTURE = 4,
    [all...]
d3d9types.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 858 D3DRTYPE_VOLUMETEXTURE = 4,
    [all...]

Completed in 143 milliseconds