Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_XmlOutput.cpp146 void Node::PrintIndent(int depth) in PrintIndent() argument
149 for(int i = 0; i < depth * INDENT; ++i) in PrintIndent()
179 void Node::Print(int depth) in Print() argument
182 PrintIndent(depth); in Print()
209 pNode->Print(depth + 1); in Print()
211 PrintIndent(depth); in Print()
/CTR-SDK-4.2.5/include/nn/snd/CTR/MPCore/
Dsnd_Api.h323 bool SetRearRatio(f32 depth);
337 bool SetSurroundDepth(f32 depth);
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_RectDrawerCommand.h63 u8 depth; // member
178 / ((1 << ((cbSz).depth == PICA_DATA_DEPTH_COMPONENT16 ? 16: 24)) - 1) ), \
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Dabstruct.csv22 0x061,Early depth test setting (func)
23 0x062,Early depth test setting (false/true)
24 0x063,Early depth test setting (clear)
30 0x06a,Early depth test setting (depth value)
32 0x06e,Color buffer/depth buffer setting (width/height)
131 0x114,Framebuffer access control setting (stencil/depth buffer read)
132 0x115,Framebuffer access control setting (stencil/depth buffer write)
135 0x118,Early depth test setting (false/true)
139 0x11e,Color or depth buffer width/height
146 0x126,Gas setting (deltaZ)/depth test setting
Ddetail.csv43 …gon offset depends on the depth buffer format. When the depth buffer is 16 bits, units/65535 is th…
757 0: Disable early depth tests
758 1: Enable early depth tests"
786 Sets the unchanged value of the depth argument."
793 …fferStorage widthglTexture2DImage2D,Sets the number of pixels for the color and depth buffer width.
795 …rStorage heightglTexture2DImage2D,Sets the number of pixels ofthe color and depth buffer height -1.
2738 0: Disable depth tests
2739 1: Enable depth tests"
2777 …ansferRenderImage",The cache tag is cleared for both the color buffer and depth buffer if a value …
2781 …TransferRenderImage",Cached data is flushed for both the color buffer and depth buffer if a value …
[all …]
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroMisc.h696 #define PICA_CMD_DATA_EARLY_DEPTH_DATA( depth ) (depth) argument
/CTR-SDK-4.2.5/include/nn/gd/CTR/
Dgd_Memory.h332 …get, const DepthStencilTarget* depthStencilTarget, const u8 ColorRGBA[4], float depth, u8 stencil);
/CTR-SDK-4.2.5/include/gles2/
Dgl2ext.h671 GL_APICALL void GL_APIENTRY glClearEarlyDepthDMP (GLuint depth);
Dgl2.h524 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth);