Searched refs:gpu1 (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | EGLImageTest.cpp | 33 GrGLGpu* gpu1 = static_cast<GrGLGpu*>(grctx1->priv().getGpu()); in cleanup() local 34 gpu1->deleteTestingOnlyBackendTexture(*backendTex1); in cleanup() 88 GrGpu* gpu1 = context1->priv().getGpu(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 91 gpu1->createTestingOnlyBackendTexture(nullptr, kSize, kSize, GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 94 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | EGLImageTest.cpp | 33 GrGLGpu* gpu1 = static_cast<GrGLGpu*>(grctx1->contextPriv().getGpu()); in cleanup() local 34 gpu1->deleteTestingOnlyBackendTexture(*backendTex1); in cleanup() 88 GrGpu* gpu1 = context1->contextPriv().getGpu(); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 91 gpu1->createTestingOnlyBackendTexture(nullptr, kSize, kSize, GrColorType::kRGBA_8888, in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 94 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | worker.proto | 97 // owned by that worker (e.g. cpu0, plus gpu0, gpu1, ..., gpu7). The
|