OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteTestingOnlyBackendTexture
(Results
26 - 50
of
59
) sorted by null
1
2
3
/external/skqp/src/gpu/mtl/
GrMtlGpu.h
64
void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) override;
GrMtlGpu.mm
542
void GrMtlGpu::
deleteTestingOnlyBackendTexture
(const GrBackendTexture& tex) {
/external/skqp/tests/
EGLImageTest.cpp
34
gpu1->
deleteTestingOnlyBackendTexture
(*backendTex1);
VkWrapTests.cpp
128
gpu->
deleteTestingOnlyBackendTexture
(origBackendTex);
ResourceAllocatorTest.cpp
86
context->contextPriv().getGpu()->
deleteTestingOnlyBackendTexture
(backendTex);
GrSurfaceTest.cpp
68
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
353
gpu->
deleteTestingOnlyBackendTexture
(releaseContext->fBackendTexture);
LazyProxyTest.cpp
517
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
WritePixelsTest.cpp
471
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
ImageTest.cpp
503
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
[
all
...]
ResourceCacheTest.cpp
248
gpu->
deleteTestingOnlyBackendTexture
(backendTextures[0]);
251
gpu->
deleteTestingOnlyBackendTexture
(backendTextures[1]);
[
all
...]
/external/skia/src/gpu/
GrGpu.h
403
virtual void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) = 0;
/external/skia/src/gpu/vk/
GrVkGpu.h
89
void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) override;
/external/skqp/src/gpu/
GrGpu.h
371
virtual void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) = 0;
/external/skqp/src/gpu/vk/
GrVkGpu.h
83
void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) override;
/external/skia/tests/
GrSurfaceTest.cpp
68
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
360
gpu->
deleteTestingOnlyBackendTexture
(releaseContext->fBackendTexture);
[
all
...]
ResourceAllocatorTest.cpp
86
context->priv().getGpu()->
deleteTestingOnlyBackendTexture
(backendTex);
LazyProxyTest.cpp
531
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
WritePixelsTest.cpp
471
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
ImageTest.cpp
503
gpu->
deleteTestingOnlyBackendTexture
(backendTex);
[
all
...]
ResourceCacheTest.cpp
248
gpu->
deleteTestingOnlyBackendTexture
(backendTextures[0]);
251
gpu->
deleteTestingOnlyBackendTexture
(backendTextures[1]);
[
all
...]
/external/skia/tools/
DDLPromiseImageHelper.cpp
28
gpu->
deleteTestingOnlyBackendTexture
(fPromiseImageTexture->backendTexture());
/external/skia/src/gpu/gl/
GrGLGpu.h
144
void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) override;
/external/skqp/src/gpu/gl/
GrGLGpu.h
144
void
deleteTestingOnlyBackendTexture
(const GrBackendTexture&) override;
/external/skia/gm/
wacky_yuv_formats.cpp
[
all
...]
/external/skia/src/gpu/mtl/
GrMtlGpu.mm
604
void GrMtlGpu::
deleteTestingOnlyBackendTexture
(const GrBackendTexture& tex) {
[
all
...]
Completed in 1259 milliseconds
1
2
3