Home
last modified time | relevance | path

Searched refs:D3DPTEXTURECAPS_NONPOW2CONDITIONAL (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/include/D3D9/
Dd3d9caps.h153 #define D3DPTEXTURECAPS_NONPOW2CONDITIONAL 0x00000100 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp692 !(deviceCaps.TextureCaps & D3DPTEXTURECAPS_NONPOW2CONDITIONAL) && in GenerateCaps()
/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c726 D3DNPIPECAP(NPOT_TEXTURES, D3DPTEXTURECAPS_NONPOW2CONDITIONAL) | in NineAdapter9_GetDeviceCaps()