Lines Matching refs:ref
91 resStream.ref().m_MemoryArea = area; in BufferData()
102 resStream.ref().m_MemoryArea = NN_GX_MEM_FCRAM; in BufferData()
125 GLuint area = resStream.ref().m_MemoryArea; in DeleteBuffer()
141 switch ( this->ref().typeInfo ) in Setup()
260 this->ref().m_CommandAllocator = allocator; in Setup()
271 resStream.ref().m_CommandCache = allocator->Alloc(commandSize, 4); in Setup()
272 resStream.ref().m_CommandCacheSize = commandSize; in Setup()
276 resStream.ref().m_MemoryArea = ResIndexStreamData::AREA_NO_MALLOC; in Setup()
306 NW_NULL_ASSERT( indexStream.ref().m_CommandCache ); in SetupDrawCommand()
309 indexStream.ref().m_CommandCache, in SetupDrawCommand()
310 indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
313 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
316 ref().m_Flags |= ResPrimitive::FLAG_COMMAND_HAS_BEEN_SETUP; in SetupDrawCommand()
323 switch ( this->ref().typeInfo ) in Cleanup()
407 if (resStream.IsValid() && resStream.ref().m_CommandCache) in Cleanup()
409 this->ref().m_CommandAllocator->Free(resStream.ref().m_CommandCache); in Cleanup()
410 resStream.ref().m_CommandCache = NULL; in Cleanup()
411 resStream.ref().m_CommandCacheSize = 0; in Cleanup()
419 ref().m_CommandAllocator = NULL; in Cleanup()
420 ref().m_Flags &= ~FLAG_COMMAND_HAS_BEEN_SETUP; in Cleanup()