HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentValueBuffer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.h 137 ConstantVertexBuffer *mCurrentValueBuffer[MAX_VERTEX_ATTRIBS];
VertexDataManager.cpp 34 mCurrentValueBuffer[i] = NULL;
49 delete mCurrentValueBuffer[i];
250 delete mCurrentValueBuffer[i];
251 mCurrentValueBuffer[i] = new ConstantVertexBuffer(mDevice, attribs[i].mCurrentValue[0], attribs[i].mCurrentValue[1], attribs[i].mCurrentValue[2], attribs[i].mCurrentValue[3]);
255 translated[i].vertexBuffer = mCurrentValueBuffer[i]->getBuffer();

Completed in 52 milliseconds