Home
last modified time | relevance | path

Searched refs:FORMAT_HW_RGBA8 (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OffScreenBuffer.cpp48 case ResPixelBasedTexture::FORMAT_HW_RGBA8: format = GL_RGBA8_OES; break; in OffScreenBuffer()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h249 FORMAT_HW_RGBA8 = 0, //!< 1ピクセルが4バイト、RGBAが各8ビットのフォーマットです。 enumerator
420 formatHW(ResPixelBasedTexture::FORMAT_HW_RGBA8), in Description()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp739 textureData->m_FormatHW = ResPixelBasedTexture::FORMAT_HW_RGBA8; in Create()
/NW4C-1.2.23/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp382 .Format(nw::gfx::ResPixelBasedTexture::FORMAT_HW_RGBA8) in InitializeGraphics()