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

  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 14 #define GPUGL static_cast<GrGpuGL*>(getGpu())
16 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
31 GPUGL->notifyIndexBufferDelete(this);
44 GPUGL->notifyIndexBufferBind(this);
62 GR_GL_CALL_RET(GPUGL->glInterface(),
GrGLTexture.cpp 14 #define GPUGL static_cast<GrGpuGL*>(getGpu())
16 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
35 fTexIDObj = new GrGLTexID(GPUGL->glInterface(),
73 GPUGL->notifyTextureDelete(this);
GrGLVertexBuffer.cpp 14 #define GPUGL static_cast<GrGpuGL*>(getGpu())
16 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
30 GPUGL->notifyVertexBufferDelete(this);
43 GPUGL->notifyVertexBufferBind(this);
59 GR_GL_CALL_RET(GPUGL->glInterface(),
GrGLRenderTarget.cpp 14 #define GPUGL static_cast<GrGpuGL*>(getGpu())
16 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
67 GPUGL->notifyRenderTargetDelete(this);

Completed in 2392 milliseconds