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

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 330 mBufferIds.insert(id);
334 mBufferIds.erase(id);
338 return mBufferIds.find(id) != mBufferIds.end();
    [all...]
GLClientState.h 428 std::set<GLuint> mBufferIds;

Completed in 59 milliseconds