Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShape.cpp257 GLuint* bufferObjects = reinterpret_cast<GLuint*>( this->GetBufferObjects() ); in Setup() local
262 bufferObjects[ i ] = reinterpret_cast<u32>(resStream.ptr()); in Setup()
282 BufferData( bufferObjects[ i ], resStream, loadFlag ); in Setup()
371 GLuint* bufferObjects = reinterpret_cast<GLuint*>( this->GetBufferObjects() ); in Cleanup() local
383 DeleteBuffer( bufferObjects[ i ], resStream ); in Cleanup()
386 std::memset( bufferObjects, 0, sizeof(GLuint) * streamNum ); in Cleanup()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp880 GLuint* bufferObjects = reinterpret_cast<GLuint*>(primitive.GetBufferObjects()); in RenderPrimitive() local
898 GLuint bufferObject = *bufferObjects; in RenderPrimitive()
899 ++bufferObjects; in RenderPrimitive()