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

  /external/skia/src/gpu/gl/
GrGLTexture.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
26 (GPUGL->glInterface(),
57 GPUGL->notifyTextureDelete(this);
GrGLIndexBuffer.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
31 GPUGL->notifyIndexBufferDelete(this);
48 GPUGL->notifyIndexBufferBind(this);
66 GR_GL_CALL_RET(GPUGL->glInterface(),
GrGLVertexBuffer.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
15 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
30 GPUGL->notifyVertexBufferDelete(this);
47 GPUGL->notifyVertexBufferBind(this);
63 GR_GL_CALL_RET(GPUGL->glInterface(),
GrGLPath.cpp 12 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
15 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(GPUGL->glInterface(), R, X)
GrGLRenderTarget.cpp 12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
82 GPUGL->notifyRenderTargetDelete(this);

Completed in 316 milliseconds