Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 39) sorted by relevance

12

/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/gr/CTR/
Dgr_FragmentLight.cpp25 bit32* FragmentLight::Source::MakeAllCommand( bit32* command ) const in MakeAllCommand()
50 bit32* FragmentLight::Source::MakeCommand( bit32* command ) const in MakeCommand()
57 bit32* FragmentLight::Source::MakeColorCommand( bit32* command ) const in MakeColorCommand()
75 bit32* FragmentLight::Source::MakeGeometryCommand( bit32* command ) const in MakeGeometryCommand()
131 bit32* FragmentLight::MakeLutConfigCommand( bit32* command ) const in MakeLutConfigCommand()
171 … bit32* FragmentLight::MakeLightEnvCommand( bit32* command, bool isAddDummyCommand ) const in MakeLightEnvCommand()
260 bit32* FragmentLight::MakeLightSourceCommand( bit32* command ) const in MakeLightSourceCommand()
275 bit32* FragmentLight::MakeAllCommand( bit32* command, bool isAddDummyCommand ) const in MakeAllCommand()
Dgr_RenderState.cpp25 bit32* RenderState::Culling::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
67 bit32* RenderState::Blend::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
117 bit32* RenderState::LogicOp::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
139 bit32* RenderState::ShadowMap::MakeCommand( bit32* command, in MakeCommand()
160 … bit32* RenderState::ShadowMap::MakeTextureCommand( bit32* command, bool isAddDummyCommand ) const in MakeTextureCommand()
191 bit32* RenderState::ShadowMap::MakeAttenuationCommand( bit32* command ) const in MakeAttenuationCommand()
203 … bit32* RenderState::AlphaTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
230 … bit32* RenderState::StencilTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
261 … bit32* RenderState::DepthTest::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
308 bit32* RenderState::WBuffer::MakeCommand( bit32* command, bool isUpdateFBAccess ) const in MakeCommand()
[all …]
Dgr_Texture.cpp25 bit32* Texture::Unit0::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
108 bit32* Texture::Unit1::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
153 bit32* Texture::Unit2::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
197 bit32* Texture::Unit3::MakeCommand( bit32* command, bool is_update_texture_func ) const in MakeCommand()
209 bit32* Texture::MakeCommand( bit32* command, bool isAddDummyCommand ) const in MakeCommand()
222 bit32* Texture::MakeFuncCommand( bit32* command, bool isAddDummyCommand ) const in MakeFuncCommand()
Dgr_Combiner.cpp25 bit32* Combiner::MakeCommand( bit32* command ) const in MakeCommand()
37 bit32* Combiner::MakeCombinerBufferCommand( bit32* command ) const in MakeCombinerBufferCommand()
55 bit32* Combiner::Stage::MakeCommand( bit32* command ) const in MakeCommand()
Dgr_FrameBuffer.cpp25 bit32* FrameBuffer::ColorBuffer::MakeCommand( bit32* command ) const in MakeCommand()
48 bit32* FrameBuffer::DepthStencilBuffer::MakeCommand( bit32* command ) const in MakeCommand()
65 bit32* FrameBuffer::FrameBuffer::MakeCommand( bit32* command, const u32 bufferBit, in MakeCommand()
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/rdt/CTR/
Drdt_Segment.cpp45 u32 Segment::GetData(void *pBuf, u32 len) const in GetData()
70 u32 Segment::GetLastSeqNumber(void) const in GetLastSeqNumber()
89 u32 Segment::GetSegmentLength(void) const in GetSegmentLength()
105 void Segment::PrintDebugInfo(void) const in PrintDebugInfo()
Drdt_ResendQueue.cpp90 bool ResendQueue::Front(Segment *pSeg) const in Front()
137 bool ResendQueue::IsResendRequired(void) const in IsResendRequired()
150 u32 ResendQueue::GetTotalDataSize(void) const in GetTotalDataSize()
197 bool ResendQueue::IsResendMode(void) const in IsResendMode()
203 void ResendQueue::PrintDebugInfo(void) const in PrintDebugInfo()
Drdt_SendBuffer.cpp118 bool SendBuffer::IsEmpty(void) const in IsEmpty()
126 u32 SendBuffer::GetInitialSequenceNumber(void) const in GetInitialSequenceNumber()
134 u32 SendBuffer::GetCurrentSequenceNumber(void) const in GetCurrentSequenceNumber()
150 void SendBuffer::PrintDebugInfo(void) const in PrintDebugInfo()
Drdt_ReceiveBuffer.cpp118 u32 ReceiveBuffer::GetLatestSequenceNumber(void) const in GetLatestSequenceNumber()
126 size_t ReceiveBuffer::GetRestSize(void) const in GetRestSize()
148 bool ReceiveBuffer::IsEmpty(void) const in IsEmpty()
154 void ReceiveBuffer::PrintDebugInfo(void) const in PrintDebugInfo()
Drdt_RingBuffer.cpp153 size_t RingBuffer::Read(void *pBuf, size_t n) const in Read()
162 size_t RingBuffer::Read(void *pBuf, size_t n, size_t offset) const in Read()
172 size_t RingBuffer::read(void *pBuf, size_t n, size_t offset) const in read()
216 u8* RingBuffer::getEndOfData(void) const in getEndOfData()
Drdt_ReceiverImpl.cpp132 enum ReceiverState ReceiverStateWaiting::getStatus(void) const in getStatus()
173 enum ReceiverState ReceiverStateOpened::getStatus(void) const in getStatus()
261 enum ReceiverState ReceiverStateWaitingFinished::getStatus(void) const in getStatus()
324 enum ReceiverState ReceiverStateFinished::getStatus(void) const in getStatus()
352 enum ReceiverState ReceiverStateClosed::getStatus(void) const in getStatus()
559 enum ReceiverState ReceiverImpl::GetStatus(void) const in GetStatus()
641 bool ReceiverImpl::isSenderClosed(void) const in isSenderClosed()
658 void ReceiverImpl::PrintDebugInfo(void) const in PrintDebugInfo()
Drdt_SenderImpl.cpp176 enum SenderState SenderStateClosed::getStatus(void) const in getStatus()
219 enum SenderState SenderStateOpenRequested::getStatus(void) const in getStatus()
242 enum SenderState SenderStateOpening::getStatus(void) const in getStatus()
303 enum SenderState SenderStateOpened::getStatus(void) const in getStatus()
352 enum SenderState SenderStateCloseRequested::getStatus(void) const in getStatus()
423 enum SenderState SenderStateClosing::getStatus(void) const in getStatus()
646 enum SenderState SenderImpl::GetStatus(void) const in GetStatus()
765 bool SenderImpl::isValidAckNumber(u32 ack) const in isValidAckNumber()
866 void SenderImpl::PrintDebugInfo(void) const in PrintDebugInfo()
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/fnd/
Dfnd_ExpHeap.cpp21 bool ExpHeapBase::HasAddress(const void* addr) const in HasAddress() argument
111 size_t ExpHeapBase::GetAllocatableSize(s32 alignment) const in GetAllocatableSize()
116 size_t ExpHeapBase::GetSizeOf(const void* p) const in GetSizeOf() argument
121 bit8 ExpHeapBase::GetGroupIdOf(const void* p) const in GetGroupIdOf() argument
126 ExpHeapBase::AllocationDirection ExpHeapBase::GetDirectionOf(const void* p) const in GetDirectionOf() argument
142 bool ExpHeapBase::CheckHeap(bit32 option) const in CheckHeap()
147 bool ExpHeapBase::CheckBlock(const void* p, bit32 option) const in CheckBlock()
Dfnd_DateTime.cpp311 DateTime DateTime::ReplaceMilliSecond(s32 millisecond) const in ReplaceMilliSecond()
317 DateTime DateTime::ReplaceSecond(s32 second) const in ReplaceSecond()
323 DateTime DateTime::ReplaceMinute(s32 minute) const in ReplaceMinute()
329 DateTime DateTime::ReplaceHour(s32 hour) const in ReplaceHour()
335 DateTime DateTime::ReplaceDay(s32 day) const in ReplaceDay()
353 DateTime DateTime::ReplaceMonth(s32 month) const in ReplaceMonth()
371 DateTime DateTime::ReplaceYear(s32 year) const in ReplaceYear()
/CTR-SDK-2.3.4/CTR_SDK/sources/libraries/math/
Dmath_Transform.cpp37 Transform2::Report(bool bNewline, const char* name) const in Report() argument
60 Transform3::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Matrix22.cpp41 MTX22::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Vector3.cpp42 VEC3::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Vector4.cpp41 VEC4::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Matrix33.cpp44 MTX33::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Vector2.cpp41 VEC2::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Quaternion.cpp40 QUAT::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Matrix44.cpp42 MTX44::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Matrix43.cpp39 MTX43::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Matrix23.cpp41 MTX23::Report(bool bNewline, const char* name) const in Report() argument
Dmath_Matrix34.cpp42 MTX34::Report(bool bNewline, const char* name) const in Report() argument

12