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

  /external/skia/src/gpu/gl/
GrGLTexture.cpp 11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
13 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
23 fTexIDObj.reset(SkNEW_ARGS(GrGLTexID, (GPUGL->glInterface(),
52 GPUGL->notifyTextureDelete(this);
GrGLVertexArray.cpp 11 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
12 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X);
86 GPUGL->notifyVertexArrayDelete(fID);
96 GPUGL->bindVertexArray(fID);
GrGLRenderTarget.cpp 12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
82 GPUGL->notifyRenderTargetDelete(this);
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)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp 11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
13 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)
23 fTexIDObj.reset(SkNEW_ARGS(GrGLTexID, (GPUGL->glInterface(),
GrGLVertexArray.cpp 11 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
12 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X);
87 GPUGL->notifyVertexArrayDelete(fID);
97 GPUGL->bindVertexArray(fID);
GrGLRenderTarget.cpp 12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
14 #define GL_CALL(X) GR_GL_CALL(GPUGL->glInterface(), X)

Completed in 2064 milliseconds