Home
last modified time | relevance | path

Searched refs:surface (Results 1 – 25 of 28) sorted by relevance

12

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp58 GFDSurface surface; member
75 pTXout32->surface.dim = pTXin64->surface.dim; in GFDRepackTexture32Bit()
76 pTXout32->surface.width = pTXin64->surface.width; in GFDRepackTexture32Bit()
77 pTXout32->surface.height = pTXin64->surface.height; in GFDRepackTexture32Bit()
78 pTXout32->surface.depth = pTXin64->surface.depth; in GFDRepackTexture32Bit()
79 pTXout32->surface.numMips = pTXin64->surface.numMips; in GFDRepackTexture32Bit()
80 pTXout32->surface.format = pTXin64->surface.format; in GFDRepackTexture32Bit()
81 pTXout32->surface.aa = pTXin64->surface.aa; in GFDRepackTexture32Bit()
82 pTXout32->surface.use = pTXin64->surface.use; in GFDRepackTexture32Bit()
83 pTXout32->surface.imageSize = pTXin64->surface.imageSize; in GFDRepackTexture32Bit()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Surface.h169 GX2Surface surface; member
201 GX2Surface surface; member
309 void GX2API GX2CalcSurfaceSizeAndAlignment(GX2Surface *surface);
508 colorBuffer->surface.dim = GX2_SURFACE_DIM_2D; in _GX2InitColorBuffer()
509 colorBuffer->surface.width = width; in _GX2InitColorBuffer()
510 colorBuffer->surface.height = height; in _GX2InitColorBuffer()
511 colorBuffer->surface.depth = 1; in _GX2InitColorBuffer()
512 colorBuffer->surface.numMips = 1; // 1 means base level only in _GX2InitColorBuffer()
513 colorBuffer->surface.mipPtr = NULL; in _GX2InitColorBuffer()
514 colorBuffer->surface.format = format; in _GX2InitColorBuffer()
[all …]
Dgx2Texture.h47 GX2Surface surface; member
173 texture->surface.dim = dim; in GX2InitTexture()
174 texture->surface.width = width; in GX2InitTexture()
175 texture->surface.height = height; in GX2InitTexture()
176 texture->surface.depth = depth; in GX2InitTexture()
177 texture->surface.numMips = numMips; in GX2InitTexture()
178 texture->surface.format = format; in GX2InitTexture()
181 texture->surface.aa = GX2_AA_MODE_1X; // if not 1X, must change dim field in GX2InitTexture()
182 texture->surface.use = GX2_SURFACE_USE_TEXTURE; in GX2InitTexture()
184 texture->surface.tileMode = GX2_TILE_MODE_DEFAULT_FIX2197; in GX2InitTexture()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfx.h197 colorBuffer->surface.dim = dim; in DEMOGfxInitColorBufferEx()
198 colorBuffer->surface.width = width; in DEMOGfxInitColorBufferEx()
199 colorBuffer->surface.height = height; in DEMOGfxInitColorBufferEx()
200 colorBuffer->surface.depth = depth; in DEMOGfxInitColorBufferEx()
201 colorBuffer->surface.numMips = 1; // 1 means base level only in DEMOGfxInitColorBufferEx()
202 colorBuffer->surface.format = format; in DEMOGfxInitColorBufferEx()
203 colorBuffer->surface.aa = aa; in DEMOGfxInitColorBufferEx()
204 colorBuffer->surface.use = GX2_SURFACE_USE_COLOR_BUFFER_TEXTURE; in DEMOGfxInitColorBufferEx()
205 colorBuffer->surface.tileMode = GX2_TILE_MODE_DEFAULT; in DEMOGfxInitColorBufferEx()
206 colorBuffer->surface.swizzle = 0; in DEMOGfxInitColorBufferEx()
[all …]
DdemoFont.h111 colorBuffer->surface.width, in DEMOFontSetTarget()
112 colorBuffer->surface.height); in DEMOFontSetTarget()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h197 colorBuffer->surface.dim = dim; in DEMOGfxInitColorBufferEx()
198 colorBuffer->surface.width = width; in DEMOGfxInitColorBufferEx()
199 colorBuffer->surface.height = height; in DEMOGfxInitColorBufferEx()
200 colorBuffer->surface.depth = depth; in DEMOGfxInitColorBufferEx()
201 colorBuffer->surface.numMips = 1; // 1 means base level only in DEMOGfxInitColorBufferEx()
202 colorBuffer->surface.format = format; in DEMOGfxInitColorBufferEx()
203 colorBuffer->surface.aa = aa; in DEMOGfxInitColorBufferEx()
204 colorBuffer->surface.use = GX2_SURFACE_USE_COLOR_BUFFER_TEXTURE; in DEMOGfxInitColorBufferEx()
205 colorBuffer->surface.tileMode = GX2_TILE_MODE_DEFAULT; in DEMOGfxInitColorBufferEx()
206 colorBuffer->surface.swizzle = 0; in DEMOGfxInitColorBufferEx()
[all …]
DdemoFont.h111 colorBuffer->surface.width, in DEMOFontSetTarget()
112 colorBuffer->surface.height); in DEMOFontSetTarget()
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utCopy.cpp288 colorBuffer.surface = *dstSurface; in GX2UTCopySurfaceRectOp()
289 colorBuffer.surface.width = (dstMip ? GX2UTRoundNearestPow2(dstMipWidth) : dstMipWidth); in GX2UTCopySurfaceRectOp()
290 colorBuffer.surface.height = (dstMip ? GX2UTRoundNearestPow2(dstMipHeight) : dstMipHeight); in GX2UTCopySurfaceRectOp()
291 if (colorBuffer.surface.dim == GX2_SURFACE_DIM_3D) in GX2UTCopySurfaceRectOp()
293 …dstMip ? GX2UTRoundNearestPow2(GX2Max(1, colorBuffer.surface.depth >> dstMip)) : colorBuffer.surfa… in GX2UTCopySurfaceRectOp()
294 colorBuffer.surface.depth = depth; in GX2UTCopySurfaceRectOp()
296 colorBuffer.surface.use = GX2_SURFACE_USE_COLOR_BUFFER_TEXTURE; in GX2UTCopySurfaceRectOp()
305 …GX2SetSurfaceSwizzle(&colorBuffer.surface, GX2UTGetSurfaceMipSliceSwizzle(&colorBuffer.surface, ds… in GX2UTCopySurfaceRectOp()
306 …colorBuffer.surface.tileMode = GX2UTGetSurfaceMipSliceTileMode((const GX2Surface*)dstSurface, dstM… in GX2UTCopySurfaceRectOp()
316 …GX2SetSurfaceSwizzle(&colorBuffer.surface, GX2UTGetSurfaceMipSliceSwizzle(&colorBuffer.surface, ds… in GX2UTCopySurfaceRectOp()
[all …]
Dgx2utConvertDepth.cpp132 u32 depth = depthBuffer->surface.depth; in GX2UTConvertDepthBufferToTextureSurfaceOp()
134 if (depthBuffer->surface.aa == GX2_AA_MODE_1X) in GX2UTConvertDepthBufferToTextureSurfaceOp()
164 ASSERT((depthBuffer->surface.aa == dstSurface->aa)); in GX2UTConvertDepthBufferToTextureSurfaceOp()
167 if (depthBuffer->surface.aa == GX2_AA_MODE_1X) in GX2UTConvertDepthBufferToTextureSurfaceOp()
207 …GX2Invalidate(GX2_INVALIDATE_DEPTH_BUFFER, depthBuffer->surface.mipPtr, depthBuffer->surface.mipSi… in GX2UTConvertDepthBufferToTextureSurfaceOp()
209 …GX2Invalidate(GX2_INVALIDATE_DEPTH_BUFFER, depthBuffer->surface.imagePtr, depthBuffer->surface.ima… in GX2UTConvertDepthBufferToTextureSurfaceOp()
229 cb.surface.tileMode = GX2UTGetSurfaceMipSliceTileMode(dstSurface, dstMip); in GX2UTConvertDepthBufferToTextureSurfaceOp()
230 cb.surface.dim = dim; in GX2UTConvertDepthBufferToTextureSurfaceOp()
231 cb.surface.depth = dstSurface->depth; in GX2UTConvertDepthBufferToTextureSurfaceOp()
234 GX2CalcSurfaceSizeAndAlignment(&cb.surface); in GX2UTConvertDepthBufferToTextureSurfaceOp()
[all …]
Dgx2utClear.cpp378 GX2Surface *dstSurface = &colorBuffer->surface; in ClearUsingDB()
479 …ASSERT((colorBuffer->surface.width >> colorBuffer->viewMip) == (depthBuffer->surface.width >> dept… in GX2UTClearRectOp()
480 …ASSERT((colorBuffer->surface.height >> colorBuffer->viewMip) == (depthBuffer->surface.height >> de… in GX2UTClearRectOp()
481 ASSERT(colorBuffer->surface.aa == depthBuffer->surface.aa); in GX2UTClearRectOp()
507 if (colorBuffer->surface.format == GX2_SURFACE_FORMAT_TCD_R32_FLOAT) in GX2UTClearRectOp()
515 dv = PackClearColor(r, g, b, a, colorBuffer->surface.format); in GX2UTClearRectOp()
526 db.surface = colorBuffer->surface; in GX2UTClearRectOp()
527 db.surface.format = GX2_SURFACE_FORMAT_TCD_R32_FLOAT; in GX2UTClearRectOp()
528 db.surface.use = GX2_SURFACE_USE_DEPTH_BUFFER; in GX2UTClearRectOp()
549 ASSERT(colorBuffer->surface.aa == GX2_AA_MODE_1X || in GX2UTClearRectOp()
[all …]
Dgx2utExpandDepth.cpp144 …GX2Invalidate(GX2_INVALIDATE_DEPTH_BUFFER, depthBuffer->surface.mipPtr, depthBuffer->surface.mipSi… in GX2UTExpandDepthBufferOp()
146 …GX2Invalidate(GX2_INVALIDATE_DEPTH_BUFFER, depthBuffer->surface.imagePtr, depthBuffer->surface.ima… in GX2UTExpandDepthBufferOp()
158 expandWidth = db.surface.width; in GX2UTExpandDepthBufferOp()
159 expandHeight = db.surface.height; in GX2UTExpandDepthBufferOp()
200 …GX2Invalidate(GX2_INVALIDATE_DEPTH_BUFFER, depthBuffer->surface.mipPtr, depthBuffer->surface.mipSi… in GX2UTExpandDepthBufferOp()
202 …GX2Invalidate(GX2_INVALIDATE_DEPTH_BUFFER, depthBuffer->surface.imagePtr, depthBuffer->surface.ima… in GX2UTExpandDepthBufferOp()
Dgx2utExpandColor.cpp167 …GX2Invalidate(GX2_INVALIDATE_COLOR_BUFFER, colorBuffer->surface.mipPtr, colorBuffer->surface.mipSi… in GX2UTExpandAAColorBufferOp()
169 …GX2Invalidate(GX2_INVALIDATE_COLOR_BUFFER, colorBuffer->surface.imagePtr, colorBuffer->surface.ima… in GX2UTExpandAAColorBufferOp()
179 expandWidth = cb.surface.width; in GX2UTExpandAAColorBufferOp()
180 expandHeight = cb.surface.height; in GX2UTExpandAAColorBufferOp()
195 …GX2Invalidate(GX2_INVALIDATE_COLOR_BUFFER, colorBuffer->surface.mipPtr, colorBuffer->surface.mipSi… in GX2UTExpandAAColorBufferOp()
197 …GX2Invalidate(GX2_INVALIDATE_COLOR_BUFFER, colorBuffer->surface.imagePtr, colorBuffer->surface.ima… in GX2UTExpandAAColorBufferOp()
Dgx2utResolve.cpp143 ASSERT(colorBuffer->surface.width == dstSurface->width); in GX2UTResolveAAColorBufferRectOp()
144 ASSERT(colorBuffer->surface.height == dstSurface->height); in GX2UTResolveAAColorBufferRectOp()
191 …GX2Invalidate(GX2_INVALIDATE_COLOR_BUFFER, colorBuffer->surface.mipPtr, colorBuffer->surface.mipSi… in GX2UTResolveAAColorBufferRectOp()
193 …GX2Invalidate(GX2_INVALIDATE_COLOR_BUFFER, colorBuffer->surface.imagePtr, colorBuffer->surface.ima… in GX2UTResolveAAColorBufferRectOp()
204 dstBuffer.surface = *dstSurface; in GX2UTResolveAAColorBufferRectOp()
205 dstBuffer.surface.use = GX2_SURFACE_USE_COLOR_BUFFER_TEXTURE; in GX2UTResolveAAColorBufferRectOp()
211 GX2CalcSurfaceSizeAndAlignment(&dstBuffer.surface); in GX2UTResolveAAColorBufferRectOp()
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoCapture.c182 u32 rows = DEMOCaptureData.colorBuffer.surface.height; in _DEMOEncodeTGA()
183 u32 cols = DEMOCaptureData.colorBuffer.surface.width; in _DEMOEncodeTGA()
265 DEMOCaptureData.colorBuffer.surface.dim = GX2_SURFACE_DIM_2D; in DEMOCaptureInit()
266 DEMOCaptureData.colorBuffer.surface.width = width; in DEMOCaptureInit()
267 DEMOCaptureData.colorBuffer.surface.height = height; in DEMOCaptureInit()
268 DEMOCaptureData.colorBuffer.surface.depth = 1; in DEMOCaptureInit()
269 DEMOCaptureData.colorBuffer.surface.numMips = 0; in DEMOCaptureInit()
271 DEMOCaptureData.colorBuffer.surface.format = in DEMOCaptureInit()
274 DEMOCaptureData.colorBuffer.surface.format = in DEMOCaptureInit()
280 DEMOCaptureData.colorBuffer.surface.aa = GX2_AA_MODE_1X; in DEMOCaptureInit()
[all …]
DdemoDRC.c192 ptr = DEMOGfxAllocMEM1(DEMODRCColorBuffer.surface.imageSize, in DEMODRCInit()
193 DEMODRCColorBuffer.surface.alignment); in DEMODRCInit()
195 GX2Invalidate(GX2_INVALIDATE_CPU, ptr, DEMODRCColorBuffer.surface.imageSize); in DEMODRCInit()
200 if (DEMODRCColorBuffer.surface.aa != GX2_AA_MODE_1X) { in DEMODRCInit()
216 ptr = DEMOGfxAllocMEM1(DEMODRCDepthBuffer.surface.imageSize, in DEMODRCInit()
217 DEMODRCDepthBuffer.surface.alignment); in DEMODRCInit()
219 GX2Invalidate(GX2_INVALIDATE_CPU, ptr, DEMODRCDepthBuffer.surface.imageSize); in DEMODRCInit()
274 DEMOGfxFreeMEM1(DEMODRCDepthBuffer.surface.imagePtr); in DEMODRCShutdown()
279 DEMOGfxFreeMEM1(DEMODRCColorBuffer.surface.imagePtr); in DEMODRCShutdown()
290 DEMOGfxFreeMEM1(DEMODRCDepthBuffer.surface.imagePtr); in DEMODRCReleaseForeground()
[all …]
DdemoDRCCamera.c99 DEMODRCCameraYTexture.surface.tileMode = GX2_TILE_MODE_LINEAR_ALIGNED; in DEMODRCCameraInit()
101 GX2CalcSurfaceSizeAndAlignment(&DEMODRCCameraYTexture.surface); in DEMODRCCameraInit()
112 DEMODRCCameraUVTexture.surface.tileMode = GX2_TILE_MODE_LINEAR_ALIGNED; in DEMODRCCameraInit()
114 GX2CalcSurfaceSizeAndAlignment(&DEMODRCCameraUVTexture.surface); in DEMODRCCameraInit()
DdemoGfx.c444 renderAAMode = DEMOColorBuffer.surface.aa; in DEMOGfxInit()
446 ptr = DEMOGfxAllocMEM1(DEMOColorBuffer.surface.imageSize, in DEMOGfxInit()
447 DEMOColorBuffer.surface.alignment); in DEMOGfxInit()
449 GX2Invalidate(GX2_INVALIDATE_CPU, ptr, DEMOColorBuffer.surface.imageSize); in DEMOGfxInit()
454 if (DEMOColorBuffer.surface.aa != GX2_AA_MODE_1X) { in DEMOGfxInit()
470 ptr = DEMOGfxAllocMEM1(DEMODepthBuffer.surface.imageSize, in DEMOGfxInit()
471 DEMODepthBuffer.surface.alignment); in DEMOGfxInit()
473 GX2Invalidate(GX2_INVALIDATE_CPU, ptr, DEMODepthBuffer.surface.imageSize); in DEMOGfxInit()
541 DEMOGfxFreeMEM1(DEMODepthBuffer.surface.imagePtr); in DEMOGfxShutdown()
546 DEMOGfxFreeMEM1(DEMOColorBuffer.surface.imagePtr); in DEMOGfxShutdown()
[all …]
DdemoTest.c294 DEMOCaptureInit(DEMOColorBuffer.surface.width, DEMOColorBuffer.surface.height, in DEMOTestCompare()
295 … (DEMOColorBuffer.surface.format == GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM) ? RGBA8 : SRGB8); in DEMOTestCompare()
337 DEMOCaptureInit(DEMOColorBuffer.surface.width, DEMOColorBuffer.surface.height, in DEMOTestCapture()
338 … (DEMOColorBuffer.surface.format == GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_UNORM) ? RGBA8 : SRGB8); in DEMOTestCapture()
DdemoFont.c151 if (s_FontP.TexData.surface.imagePtr) { in DEMOFontShutdown()
152 DEMOGfxFreeMEM2(s_FontP.TexData.surface.imagePtr); in DEMOFontShutdown()
154 if (s_FontF.TexData.surface.imagePtr) { in DEMOFontShutdown()
155 DEMOGfxFreeMEM2(s_FontF.TexData.surface.imagePtr); in DEMOFontShutdown()
519 DEMOGfxAllocMEM2(pFont->TexData.surface.imageSize, in InitFontTexture()
520 pFont->TexData.surface.alignment), 0); in InitFontTexture()
/CafeSDK-2.12.13-1/system/src/lib/gfd/
DgfdInterface.c790 …X_ALIGN: %x size: %d align: %d\n", pDataStruct, pBlockHeader->dataSize, pHeader.surface.alignment); in GFDGetTextureAlignmentSize()
791 return pHeader.surface.alignment; in GFDGetTextureAlignmentSize()
836 …HEADER: %x size: %d align: %d\n", pDataStruct, pBlockHeader->dataSize, pHeader->surface.alignment); in GFDGetTexture()
842 return (pHeader->surface.imagePtr || pHeader->surface.mipPtr); in GFDGetTexture()
849 if( 0 != (((u32) pImage) & (pHeader->surface.alignment-1))) in GFDGetTexture()
851 … buffers are not aligned correctly. It needs %d byte align buffer.\n", pHeader->surface.alignment); in GFDGetTexture()
856 pHeader->surface.imagePtr = pImage; in GFDGetTexture()
857 memcpy(pHeader->surface.imagePtr, (char *)pDataStruct, pBlockHeader->dataSize); in GFDGetTexture()
866 if( 0 != (((u32) pMipImage) & (pHeader->surface.alignment-1))) in GFDGetTexture()
868 … buffers are not aligned correctly. It needs %d byte align buffer.\n", pHeader->surface.alignment); in GFDGetTexture()
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp371 …GeometryPass.myColorBufferData[0] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[0].surface.imageSi… in GeometryPassInit()
372 … GeometryPass.myColorBuffer[0].surface.alignment); in GeometryPassInit()
374 GX2SetSurfaceSwizzle(&GeometryPass.myColorBuffer[0].surface, 0); in GeometryPassInit()
381 …GeometryPass.myColorBufferData[1] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[1].surface.imageSi… in GeometryPassInit()
382 … GeometryPass.myColorBuffer[1].surface.alignment); in GeometryPassInit()
384 GX2SetSurfaceSwizzle(&GeometryPass.myColorBuffer[1].surface, 2); in GeometryPassInit()
391 …GeometryPass.myColorBufferData[2] = DEMOGfxAllocMEM1(GeometryPass.myColorBuffer[2].surface.imageSi… in GeometryPassInit()
392 … GeometryPass.myColorBuffer[2].surface.alignment); in GeometryPassInit()
394 GX2SetSurfaceSwizzle(&GeometryPass.myColorBuffer[2].surface, 7); in GeometryPassInit()
427 GX2SetSurfaceSwizzle(&LightingPass.myTextureBuffer[0].surface, 1); in LightingPassInit()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utClear.h154 dstRect.right = GX2Max(1, colorBuffer->surface.width >> colorBuffer->viewMip); in GX2UTClearOp()
155 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearOp()
159 dstRect.right = GX2Max(1, depthBuffer->surface.width >> depthBuffer->viewMip); in GX2UTClearOp()
160 dstRect.bottom = GX2Max(1, depthBuffer->surface.height >> depthBuffer->viewMip); in GX2UTClearOp()
247 cb.surface = *dstSurface; in GX2UTClearSurfaceRect()
418 dstRect.right = GX2Max(1, depthBuffer->surface.width); in GX2UTClearSurface()
419 dstRect.bottom = GX2Max(1, depthBuffer->surface.height); in GX2UTClearSurface()
477 dstRect.right = GX2Max(1, colorBuffer->surface.width >> colorBuffer->viewMip); in GX2UTClearBuffersEx()
478 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearBuffersEx()
485 dstRect.right = GX2Max(1, depthBuffer->surface.width >> depthBuffer->viewMip); in GX2UTClearBuffersEx()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/gx2ut/
Dgx2utClear.h154 dstRect.right = GX2Max(1, colorBuffer->surface.width >> colorBuffer->viewMip); in GX2UTClearOp()
155 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearOp()
159 dstRect.right = GX2Max(1, depthBuffer->surface.width >> depthBuffer->viewMip); in GX2UTClearOp()
160 dstRect.bottom = GX2Max(1, depthBuffer->surface.height >> depthBuffer->viewMip); in GX2UTClearOp()
247 cb.surface = *dstSurface; in GX2UTClearSurfaceRect()
418 dstRect.right = GX2Max(1, depthBuffer->surface.width); in GX2UTClearSurface()
419 dstRect.bottom = GX2Max(1, depthBuffer->surface.height); in GX2UTClearSurface()
477 dstRect.right = GX2Max(1, colorBuffer->surface.width >> colorBuffer->viewMip); in GX2UTClearBuffersEx()
478 dstRect.bottom = GX2Max(1, colorBuffer->surface.height >> colorBuffer->viewMip); in GX2UTClearBuffersEx()
485 dstRect.right = GX2Max(1, depthBuffer->surface.width >> depthBuffer->viewMip); in GX2UTClearBuffersEx()
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.cpp333 printf(" dim = %d\n", pGx2Textures->surface.dim); in PrintTextureSurfaceInfo()
334 printf(" width = %d\n", pGx2Textures->surface.width); in PrintTextureSurfaceInfo()
335 printf(" height = %d\n", pGx2Textures->surface.height); in PrintTextureSurfaceInfo()
336 printf(" depth = %d\n", pGx2Textures->surface.depth); in PrintTextureSurfaceInfo()
337 printf(" numMips = %d\n", pGx2Textures->surface.numMips); in PrintTextureSurfaceInfo()
338 printf(" format = %s\n", FormatTypeToString(pGx2Textures->surface.format)); in PrintTextureSurfaceInfo()
339 printf(" aa = %d\n", pGx2Textures->surface.aa); in PrintTextureSurfaceInfo()
340 printf(" use = %d\n", pGx2Textures->surface.use); in PrintTextureSurfaceInfo()
341 printf(" imageSize = %d\n", pGx2Textures->surface.imageSize); in PrintTextureSurfaceInfo()
342 printf(" mipSize = %d\n", pGx2Textures->surface.mipSize); in PrintTextureSurfaceInfo()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/camera/
Dcamera.h275 int CAMSubmitTargetSurface(CAMHandle hCam, CAMSurface *surface);

12