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

1 2

  /external/skia/src/gpu/mock/
GrMockGpu.h 125 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrMockGpu.cpp 217 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const {
  /external/skqp/src/gpu/mock/
GrMockGpu.h 112 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrMockGpu.cpp 217 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const {
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 66 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrMtlGpu.mm 589 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const {
    [all...]
  /external/skia/tests/
EGLImageTest.cpp 94 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) {
SurfaceTest.cpp 689 if (!outTexture->isValid() || !gpu->isTestingOnlyBackendTexture(*outTexture)) {
    [all...]
DeferredDisplayListTest.cpp 187 if (!backend->isValid() || !gpu->isTestingOnlyBackendTexture(*backend)) {
ResourceCacheTest.cpp 241 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[0]);
242 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[1]);
    [all...]
  /external/skqp/src/gpu/mtl/
GrMtlGpu.h 62 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrMtlGpu.mm 527 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const {
  /external/skqp/tests/
EGLImageTest.cpp 94 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) {
SurfaceTest.cpp 689 if (!outTexture->isValid() || !gpu->isTestingOnlyBackendTexture(*outTexture)) {
    [all...]
DeferredDisplayListTest.cpp 394 if (!backend->isValid() || !gpu->isTestingOnlyBackendTexture(*backend)) {
    [all...]
ResourceCacheTest.cpp 241 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[0]);
242 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[1]);
    [all...]
  /external/skia/src/gpu/
GrGpu.h 398 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
  /external/skia/src/gpu/vk/
GrVkGpu.h 88 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/
GrGpu.h 366 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
  /external/skqp/src/gpu/vk/
GrVkGpu.h 82 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.h 143 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
  /external/skqp/src/gpu/gl/
GrGLGpu.h 143 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
GrGLGpu.cpp     [all...]

Completed in 1421 milliseconds

1 2