Home
last modified time | relevance | path

Searched refs:beTex (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkGpu.cpp1676 GrBackendTexture beTex = GrBackendTexture(w, h, info); in createTestingOnlyBackendTexture() local
1679 beTex.setPixelConfig(config); in createTestingOnlyBackendTexture()
1680 return beTex; in createTestingOnlyBackendTexture()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1688 GrBackendTexture beTex = GrBackendTexture(w, h, info); in createTestingOnlyBackendTexture() local
1691 beTex.setPixelConfig(config); in createTestingOnlyBackendTexture()
1692 return beTex; in createTestingOnlyBackendTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp4074 GrBackendTexture beTex = GrBackendTexture(w, h, mipMapped, info); in createTestingOnlyBackendTexture() local
4077 beTex.setPixelConfig(config); in createTestingOnlyBackendTexture()
4078 return beTex; in createTestingOnlyBackendTexture()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp4033 GrBackendTexture beTex = GrBackendTexture(w, h, mipMapped, info); in createTestingOnlyBackendTexture() local
4036 beTex.setPixelConfig(config); in createTestingOnlyBackendTexture()
4037 return beTex; in createTestingOnlyBackendTexture()