Home | History | Annotate | Download | only in gl

Lines Matching refs:fID

27     if (0 == desc.fID) {
44 } else if (fDesc.fID && !fDesc.fIsWrapped) {
45 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
47 gpu->notifyVertexBufferDelete(fDesc.fID);
50 gpu->notifyIndexBufferDelete(fDesc.fID);
52 fDesc.fID = 0;
60 fDesc.fID = 0;
71 gpu->bindVertexBuffer(fDesc.fID);
74 gpu->bindIndexBufferAndDefaultVertexArray(fDesc.fID);
82 if (0 == fDesc.fID) {
139 if (0 != fDesc.fID) {
169 if (0 == fDesc.fID) {
221 // SkASSERT((0 == fDesc.fID) == (NULL != fCPUData));
222 SkASSERT(0 != fDesc.fID || !fDesc.fIsWrapped);