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

  /external/skia/gpu/src/
GrGLIndexBuffer.cpp 21 #define GPUGL static_cast<GrGpuGL*>(getGpu())
36 GPUGL->notifyIndexBufferDelete(this);
49 GPUGL->notifyIndexBufferBind(this);
59 if (GPUGL->supportsBufferLocking()) {
78 GrAssert(GPUGL->supportsBufferLocking());
87 if (this->isValid() && GPUGL->supportsBufferLocking()) {
GrGLVertexBuffer.cpp 21 #define GPUGL static_cast<GrGpuGL*>(getGpu())
35 GPUGL->notifyVertexBufferDelete(this);
48 GPUGL->notifyVertexBufferBind(this);
58 if (GPUGL->supportsBufferLocking()) {
77 GrAssert(GPUGL->supportsBufferLocking());
87 if (this->isValid() && GPUGL->supportsBufferLocking()) {
GrGLTexture.cpp 21 #define GPUGL static_cast<GrGpuGL*>(getGpu())
45 GPUGL->notifyRenderTargetDelete(this);
143 GPUGL->notifyTextureDelete(this);
162 GPUGL->setSpareTextureUnit();

Completed in 5033 milliseconds