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

1 2 3 4 5 6

  /external/skia/src/gpu/gl/
GrGLIndexBuffer.h 40 return (GrGLGpu*)(this->getGpu());
GrGLTransferBuffer.h 40 return (GrGLGpu*)(this->getGpu());
GrGLVertexBuffer.h 40 return (GrGLGpu*)(this->getGpu());
GrGLPathRange.cpp 54 GrGLGpu* gpu = static_cast<GrGLGpu*>(this->getGpu());
103 SkASSERT(this->getGpu());
106 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
GrGLStencilAttachment.cpp 23 GrGLGpu* gpuGL = (GrGLGpu*) this->getGpu();
GrGLTexture.cpp 12 #define GPUGL static_cast<GrGLGpu*>(this->getGpu())
GrGLRenderTarget.cpp 15 #define GPUGL static_cast<GrGLGpu*>(this->getGpu())
148 return static_cast<GrGLGpu*>(this->getGpu());
  /external/skia/src/gpu/vk/
GrVkTransferBuffer.h 48 return reinterpret_cast<GrVkGpu*>(this->getGpu());
GrVkIndexBuffer.cpp 74 return static_cast<GrVkGpu*>(this->getGpu());
GrVkVertexBuffer.cpp 73 return static_cast<GrVkGpu*>(this->getGpu());
GrVkStencilAttachment.cpp 104 return static_cast<GrVkGpu*>(this->getGpu());
GrVkTexture.cpp 122 return static_cast<GrVkGpu*>(this->getGpu());
  /external/skia/tests/
ResourceCacheTest.cpp 191 GrGpu* gpu = context->getGpu();
359 TestResource* a = new TestResource(context->getGpu());
360 TestResource* b = new TestResource(context->getGpu());
361 TestResource* c = new TestResource(context->getGpu());
362 TestResource* d = new TestResource(context->getGpu());
419 TestResource::CreateScratch(context->getGpu(), TestResource::kB_SimulatedProperty);
421 TestResource* unique = new TestResource(context->getGpu());
424 TestResource* wrapped = new TestResource(context->getGpu(), GrGpuResource::kBorrowed_LifeCycle);
427 new TestResource(context->getGpu(), GrGpuResource::kUncached_LifeCycle);
462 wrapped = new TestResource(context->getGpu(), GrGpuResource::kBorrowed_LifeCycle)
    [all...]
GrSurfaceTest.cpp 46 GrBackendObject backendTex = context->getGpu()->createTestingOnlyBackendTexture(
70 context->getGpu()->deleteTestingOnlyBackendTexture(backendTex);
EGLImageTest.cpp 22 GrGLGpu* gpu1 = static_cast<GrGLGpu*>(grctx1->getGpu());
89 GrGLGpu* gpu0 = static_cast<GrGLGpu*>(context0->getGpu());
119 GrGpu* gpu1 = context1->getGpu();
VkUploadPixelsTests.cpp 54 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
VkClearTests.cpp 50 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
104 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
  /external/skia/src/gpu/
GrDrawingManager.h 58 , fFlushState(context->getGpu(), context->resourceProvider())
GrDrawingManager.cpp 127 GrDrawTarget* dt = new GrDrawTarget(rt, fContext->getGpu(), fContext->resourceProvider(),
  /external/skia/bench/
GrResourceCacheBench.cpp 86 GrGpu* gpu = context->getGpu();
132 GrGpu* gpu = fContext->getGpu();
GLBench.cpp 20 GrGpu* gpu = context->getGpu();
SKPBench.cpp 192 context->getGpu()->resetShaderCacheForTesting();
  /external/skia/include/gpu/
GrContext.h 316 GrGpu* getGpu() { return fGpu; }
317 const GrGpu* getGpu() const { return fGpu; }
GrGpuResource.h 271 GrGpu* getGpu() const { return fGpu; }
323 friend class GrGpu; // for assert in GrGpu to access getGpu
  /external/skia/gm/
imagefromyuvtextures.cpp 97 GrGpu* gpu = context->getGpu();
114 GrGpu* gpu = context->getGpu();

Completed in 137 milliseconds

1 2 3 4 5 6