Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_IRenderTarget.h44 RENDER_COLOR_FORMAT_RGBA8 = GL_RGBA8_OES, enumerator
120 colorFormat(RENDER_COLOR_FORMAT_RGBA8), in Description()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_IRenderTarget.cpp61 RENDER_COLOR_FORMAT_RGBA8, in CreateOffScreenBuffer()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmRenderSystem.h94 : renderColorFormat(nw::gfx::RENDER_COLOR_FORMAT_RGBA8), in Description()
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsSystem.h138 : renderColorFormat(nw::gfx::RENDER_COLOR_FORMAT_RGBA8), in Description()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp224 nw::gfx::RenderColorFormat renderColorFormat = nw::gfx::RENDER_COLOR_FORMAT_RGBA8; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp236 nw::gfx::RenderColorFormat renderColorFormat = nw::gfx::RENDER_COLOR_FORMAT_RGBA8; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp235 nw::gfx::RenderColorFormat renderColorFormat = nw::gfx::RENDER_COLOR_FORMAT_RGBA8; in InitializeGraphics()