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

1 2 3 4 5 6 7

  /external/skia/src/gpu/gl/
GrGLExternalTextureData.cpp 29 context->getGpu()->waitSemaphore(fSemaphore);
GrGLPathRange.cpp 54 GrGLGpu* gpu = static_cast<GrGLGpu*>(this->getGpu());
95 SkASSERT(this->getGpu());
98 static_cast<GrGLGpu*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
GrGLStencilAttachment.cpp 23 GrGLGpu* gpuGL = (GrGLGpu*) this->getGpu();
GrGLTexture.cpp 17 #define GPUGL static_cast<GrGLGpu*>(this->getGpu())
124 this->getGpu()->insertSemaphore(semaphore);
125 this->getGpu()->flush();
GrGLRenderTarget.cpp 16 #define GPUGL static_cast<GrGLGpu*>(this->getGpu())
169 return static_cast<GrGLGpu*>(this->getGpu());
  /external/skia/tests/
PrimitiveProcessorTest.cpp 124 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numDraws() == 0);
125 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numFailedDraws() == 0);
133 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numDraws() == 1);
134 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numFailedDraws() == 0);
141 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numDraws() == 0);
142 REPORTER_ASSERT(reporter, context->getGpu()->stats()->numFailedDraws() == 1);
GrSurfaceTest.cpp 48 GrBackendObject backendTex = context->getGpu()->createTestingOnlyBackendTexture(
71 context->getGpu()->deleteTestingOnlyBackendTexture(backendTex);
ResourceCacheTest.cpp 205 GrGpu* gpu = context->getGpu();
391 TestResource* a = new TestResource(context->getGpu());
392 TestResource* b = new TestResource(context->getGpu());
393 TestResource* c = new TestResource(context->getGpu());
394 TestResource* d = new TestResource(context->getGpu());
452 TestResource::CreateScratch(context->getGpu(), SkBudgeted::kYes, TestResource::kB_SimulatedProperty);
454 TestResource* unique = new TestResource(context->getGpu());
457 TestResource* wrapped = TestResource::CreateWrapped(context->getGpu());
460 new TestResource(context->getGpu(), SkBudgeted::kNo);
495 wrapped = TestResource::CreateWrapped(context->getGpu());
    [all...]
EGLImageTest.cpp 28 GrGLGpu* gpu1 = static_cast<GrGLGpu*>(grctx1->getGpu());
55 GrGLGpu* gpu0 = static_cast<GrGLGpu*>(context0->getGpu());
85 GrGpu* gpu1 = context1->getGpu();
VkWrapTests.cpp 30 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
71 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
109 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
VkClearTests.cpp 52 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
107 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
SurfaceTest.cpp 595 desc.fTextureHandle = context->getGpu()->createTestingOnlyBackendTexture(
600 context->getGpu()->deleteTestingOnlyBackendTexture(desc.fTextureHandle);
618 desc.fTextureHandle = context->getGpu()->createTestingOnlyBackendTexture(
624 context->getGpu()->deleteTestingOnlyBackendTexture(desc.fTextureHandle);
702 context->getGpu()->deleteTestingOnlyBackendTexture(textureObject);
750 GrGpu* gpu = ctxInfo.grContext()->getGpu();
    [all...]
VkHeapTests.cpp 22 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
119 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
179 GrVkGpu* gpu = static_cast<GrVkGpu*>(context->getGpu());
  /external/skia/src/gpu/
GrPreFlushResourceProvider.cpp 35 fDrawingMgr->fContext->getGpu(),
55 fDrawingMgr->fContext->getGpu(),
GrDrawingManager.cpp 186 if (fContext->getGpu() && rt) {
187 fContext->getGpu()->resolveRenderTarget(rt);
213 fContext->getGpu(),
227 GrTextureOpList* opList = new GrTextureOpList(textureProxy, fContext->getGpu(),
GrDrawingManager.h 86 , fFlushState(context->getGpu(), context->resourceProvider())
GrRenderTarget.cpp 111 GrGpu* gpu = fRenderTarget->getGpu();
GrTextureMaker.cpp 29 if (!fContext->getGpu()->isACopyNeededForTextureParams(this->width(), this->height(), params,
  /external/skia/src/gpu/vk/
GrVkTransferBuffer.h 50 return reinterpret_cast<GrVkGpu*>(this->getGpu());
GrVkIndexBuffer.cpp 73 return static_cast<GrVkGpu*>(this->getGpu());
GrVkVertexBuffer.cpp 72 return static_cast<GrVkGpu*>(this->getGpu());
GrVkStencilAttachment.cpp 98 return static_cast<GrVkGpu*>(this->getGpu());
  /external/skia/bench/
GrResourceCacheBench.cpp 85 GrGpu* gpu = context->getGpu();
131 GrGpu* gpu = fContext->getGpu();
  /external/skia/gm/
imagefromyuvtextures.cpp 97 GrGpu* gpu = context->getGpu();
114 GrGpu* gpu = context->getGpu();
  /external/skia/include/gpu/
GrContext.h 338 GrGpu* getGpu() { return fGpu; }
339 const GrGpu* getGpu() const { return fGpu; }

Completed in 1178 milliseconds

1 2 3 4 5 6 7