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

  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
58 if (this->getGpu()->getCaps().bufferLockSupport()) {
83 GrAssert(this->getGpu()->getCaps().bufferLockSupport());
93 if (this->isValid() && this->getGpu()->getCaps().fBufferLockSupport) {
GrGLStencilBuffer.cpp 26 GrGpuGL* gpuGL = (GrGpuGL*) this->getGpu();
GrGLVertexBuffer.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
57 if (this->getGpu()->getCaps().bufferLockSupport()) {
79 GrAssert(this->getGpu()->getCaps().bufferLockSupport());
90 if (this->isValid() && this->getGpu()->getCaps().fBufferLockSupport) {
GrGLTexture.cpp 13 #define GPUGL static_cast<GrGpuGL*>(getGpu())
GrGLPath.cpp 12 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
GrGLRenderTarget.cpp 12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 18 GrAssert(NULL != context->getGpu());
19 if (context->getGpu()->getCaps().pathStencilingSupport()) {
20 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
GrStencilBuffer.cpp 20 this->getGpu()->getContext()->addStencilBuffer(this);
GrBufferAllocPool.h 66 GrGpu* getGpu() { return fGpu; }
GrPathRendererChain.cpp 81 GrGpu* gpu = fOwner->getGpu();
GrSWMaskHelper.cpp 144 GrDrawState::AutoRenderTargetRestore artr(fContext->getGpu()->drawState(),
147 fContext->getGpu()->clear(NULL, GrColorPackRGBA(alpha, alpha, alpha, alpha));
GrGpu.cpp 100 GrAssert(this == resource->getGpu());
107 GrAssert(this == resource->getGpu());
GrAAHairLinePathRenderer.cpp 83 GrGpu* gpu = context->getGpu();
GrContext.cpp 726 fAARectRenderer->strokeAARect(this->getGpu(), target, devRect,
729 fAARectRenderer->fillAARect(this->getGpu(), target,
    [all...]
  /external/skia/include/gpu/
GrResource.h 84 GrGpu* getGpu() const { return fGpu; }
96 friend class GrGpu; // for assert in GrGpu to access getGpu
GrContext.h 815 GrGpu* getGpu() { return fGpu; }
816 const GrGpu* getGpu() const { return fGpu; }
    [all...]
  /external/skia/tests/
GLProgramsTest.cpp 151 GrGpuGL* shadersGpu = static_cast<GrGpuGL*>(context->getGpu());
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 184 milliseconds