Home
last modified time | relevance | path

Searched refs:GX2_SURFACE_DIM_2D (Results 1 – 11 of 11) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoDRCCamera.c98 GX2_SURFACE_DIM_2D); in DEMODRCCameraInit()
111 GX2_SURFACE_DIM_2D); in DEMODRCCameraInit()
DdemoCapture.c265 DEMOCaptureData.colorBuffer.surface.dim = GX2_SURFACE_DIM_2D; in DEMOCaptureInit()
DdemoFont.c515 GX2_SURFACE_DIM_2D); in InitFontTexture()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utConvertDepth.cpp131 GX2SurfaceDim dim = GX2_SURFACE_DIM_2D; in GX2UTConvertDepthBufferToTextureSurfaceOp()
139 dim = GX2_SURFACE_DIM_2D; in GX2UTConvertDepthBufferToTextureSurfaceOp()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp426 GX2_SURFACE_DIM_2D); in LightingPassInit()
434 GX2_SURFACE_DIM_2D); in LightingPassInit()
442 GX2_SURFACE_DIM_2D); in LightingPassInit()
531 GX2_SURFACE_DIM_2D); in BuffersPassInit()
539 GX2_SURFACE_DIM_2D); in BuffersPassInit()
547 GX2_SURFACE_DIM_2D); in BuffersPassInit()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Surface.h508 colorBuffer->surface.dim = GX2_SURFACE_DIM_2D; in _GX2InitColorBuffer()
661 depthBuffer->surface.dim = GX2_SURFACE_DIM_2D; in GX2InitDepthBuffer()
Dgx2Enum.h922 GX2_SURFACE_DIM_2D = 0x001, enumerator
/CafeSDK-2.12.13-1/system/src/tool/gfx/include/texUtils/
DTC_PluginAPI.h85 if(pSurface->dim == GX2_SURFACE_DIM_2D || pSurface->dim == GX2_SURFACE_DIM_CUBE) in MaxFacesOrSlices()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp113 pSurface->dim = GX2_SURFACE_DIM_2D; in GetGX2TextureInfo()
384 if(pSurface->dim == GX2_SURFACE_DIM_2D || pSurface->dim == GX2_SURFACE_DIM_CUBE) in GenericLoadFunction()
496 case GX2_SURFACE_DIM_2D: in PreLoopFourCC()
DDDS_10.cpp322 if(pSurface->dim == GX2_SURFACE_DIM_2D) in SetupDDSD10()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp348 pSurface->dim = GX2_SURFACE_DIM_2D; in GetGX2TextureInfo()