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

  /external/skia/tests/
EGLImageTest.cpp 31 GrGLGpu* gpu1 = static_cast<GrGLGpu*>(grctx1->contextPriv().getGpu()); local
32 gpu1->deleteTestingOnlyBackendTexture(backendTex1);
86 GrGpu* gpu1 = context1->contextPriv().getGpu(); local
89 gpu1->createTestingOnlyBackendTexture(nullptr, kSize, kSize, kRGBA_8888_GrPixelConfig,
92 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) {
  /external/skqp/tests/
EGLImageTest.cpp 31 GrGLGpu* gpu1 = static_cast<GrGLGpu*>(grctx1->contextPriv().getGpu()); local
32 gpu1->deleteTestingOnlyBackendTexture(backendTex1);
86 GrGpu* gpu1 = context1->contextPriv().getGpu(); local
89 gpu1->createTestingOnlyBackendTexture(nullptr, kSize, kSize, kRGBA_8888_GrPixelConfig,
92 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) {

Completed in 134 milliseconds