OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A8P8
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/D3D9/
Capabilities.hpp
102
static bool
A8P8
;
159
static bool
A8P8
;
254
static bool
A8P8
;
307
static bool
A8P8
;
403
static bool
A8P8
;
Capabilities.cpp
69
bool Capabilities::Surface::
A8P8
= false;
115
bool Capabilities::Volume::
A8P8
= false;
193
bool Capabilities::CubeMap::
A8P8
= false;
237
bool Capabilities::VolumeTexture::
A8P8
= false;
316
bool Capabilities::Texture::
A8P8
= false;
Direct3D9.cpp
325
case D3DFMT_A8P8: if(!Capabilities::Surface::
A8P8
) return NOTAVAILABLE(); else return D3D_OK;
385
case D3DFMT_A8P8: if(!Capabilities::Volume::
A8P8
) return NOTAVAILABLE(); else return D3D_OK;
492
case D3DFMT_A8P8: if(!Capabilities::CubeMap::
A8P8
) return NOTAVAILABLE(); else return D3D_OK;
[
all
...]
Completed in 144 milliseconds