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

  /external/skia/tools/gpu/gl/debug/
GrFrameBufferObj.cpp 13 if (fColorBuffer) {
15 GrAlwaysAssert(fColorBuffer->getColorBound(this));
16 fColorBuffer->resetColorBound(this);
18 GrAlwaysAssert(!fColorBuffer->getDeleted());
19 fColorBuffer->unref();
21 fColorBuffer = buffer;
22 if (fColorBuffer) {
23 GrAlwaysAssert(!fColorBuffer->getDeleted());
24 fColorBuffer->ref();
26 GrAlwaysAssert(!fColorBuffer->getColorBound(this))
    [all...]
GrFrameBufferObj.h 25 , fColorBuffer(nullptr)
31 fColorBuffer = nullptr;
41 GrFBBindableObj *getColor() { return fColorBuffer; }
61 GrFBBindableObj * fColorBuffer;
  /external/skqp/tools/gpu/gl/debug/
GrFrameBufferObj.cpp 13 if (fColorBuffer) {
15 GrAlwaysAssert(fColorBuffer->getColorBound(this));
16 fColorBuffer->resetColorBound(this);
18 GrAlwaysAssert(!fColorBuffer->getDeleted());
19 fColorBuffer->unref();
21 fColorBuffer = buffer;
22 if (fColorBuffer) {
23 GrAlwaysAssert(!fColorBuffer->getDeleted());
24 fColorBuffer->ref();
26 GrAlwaysAssert(!fColorBuffer->getColorBound(this))
    [all...]
GrFrameBufferObj.h 25 , fColorBuffer(nullptr)
31 fColorBuffer = nullptr;
41 GrFBBindableObj *getColor() { return fColorBuffer; }
61 GrFBBindableObj * fColorBuffer;

Completed in 77 milliseconds