Lines Matching refs:ref
90 resStream.ref().m_MemoryArea = area; in BufferData()
101 resStream.ref().m_MemoryArea = NN_GX_MEM_FCRAM; in BufferData()
124 GLuint area = resStream.ref().m_MemoryArea; in DeleteBuffer()
140 switch ( this->ref().typeInfo ) in Setup()
259 this->ref().m_CommandAllocator = allocator; in Setup()
270 resStream.ref().m_CommandCache = allocator->Alloc(commandSize, 4); in Setup()
271 resStream.ref().m_CommandCacheSize = commandSize; in Setup()
275 resStream.ref().m_MemoryArea = ResIndexStreamData::AREA_NO_MALLOC; in Setup()
305 NW_NULL_ASSERT( indexStream.ref().m_CommandCache ); in SetupDrawCommand()
308 indexStream.ref().m_CommandCache, in SetupDrawCommand()
309 indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
312 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
315 ref().m_Flags |= ResPrimitive::FLAG_COMMAND_HAS_BEEN_SETUP; in SetupDrawCommand()
322 switch ( this->ref().typeInfo ) in Cleanup()
406 if (resStream.IsValid() && resStream.ref().m_CommandCache) in Cleanup()
408 this->ref().m_CommandAllocator->Free(resStream.ref().m_CommandCache); in Cleanup()
409 resStream.ref().m_CommandCache = NULL; in Cleanup()
410 resStream.ref().m_CommandCacheSize = 0; in Cleanup()
418 ref().m_CommandAllocator = NULL; in Cleanup()
419 ref().m_Flags &= ~FLAG_COMMAND_HAS_BEEN_SETUP; in Cleanup()