Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp262 GLuint* bufferObjects = reinterpret_cast<GLuint*>( this->GetBufferObjects() ); in Setup() local
267 bufferObjects[ i ] = reinterpret_cast<u32>(resStream.ptr()); in Setup()
291 BufferData( bufferObjects[ i ], resStream, loadFlag ); in Setup()
401 GLuint* bufferObjects = reinterpret_cast<GLuint*>( this->GetBufferObjects() ); in Cleanup() local
413 DeleteBuffer( bufferObjects[ i ], resStream ); in Cleanup()
416 std::memset( bufferObjects, 0, sizeof(GLuint) * streamNum ); in Cleanup()