Home
last modified time | relevance | path

Searched refs:RENDER_COLOR_FORMAT_RGBA8 (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_IRenderTarget.h46 RENDER_COLOR_FORMAT_RGBA8 = GL_RGBA8_OES, enumerator
122 colorFormat(RENDER_COLOR_FORMAT_RGBA8), in Description()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp63 RENDER_COLOR_FORMAT_RGBA8, in CreateOffScreenBuffer()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmRenderSystem.h83 : renderColorFormat(nw::gfx::RENDER_COLOR_FORMAT_RGBA8), in Description()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsSystem.h140 : renderColorFormat(nw::gfx::RENDER_COLOR_FORMAT_RGBA8), in Description()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp226 nw::gfx::RenderColorFormat renderColorFormat = nw::gfx::RENDER_COLOR_FORMAT_RGBA8; in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp237 nw::gfx::RenderColorFormat renderColorFormat = nw::gfx::RENDER_COLOR_FORMAT_RGBA8; in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp238 nw::gfx::RenderColorFormat renderColorFormat = nw::gfx::RENDER_COLOR_FORMAT_RGBA8; in InitializeGraphics()