Home
last modified time | relevance | path

Searched refs:kRW_GrIOType (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/tests/
DGrSurfaceTest.cpp357 for (auto ioType : {kRead_GrIOType, kRW_GrIOType}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
387 REPORTER_ASSERT(reporter, writeResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
397 REPORTER_ASSERT(reporter, gpuWriteResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
407 REPORTER_ASSERT(reporter, copyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
413 REPORTER_ASSERT(reporter, gpuCopyResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
431 REPORTER_ASSERT(reporter, regenResult == (ioType == kRW_GrIOType)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DEGLImageTest.cpp159 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp159 rectangleTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DBackendAllocationTest.cpp276 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in check_base_readbacks()
392 kRW_GrIOType); in check_mipmaps()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp1401 kRW_GrIOType, info, std::move(state)); in onClearBackendTexture()
1502 kRW_GrIOType, in onUpdateCompressedBackendTexture()
/third_party/skia/include/private/
DGrTypesPriv.h715 kRW_GrIOType enumerator
/third_party/skia/src/image/
DSkImage_Gpu.cpp744 backendTexture, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType, in MakeFromAHardwareBufferWithData()
/third_party/skia/src/gpu/
DGrDirectContext.cpp602 kRW_GrIOType, in update_texture_with_pixmaps()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1616 kRW_GrIOType, info, std::move(mutableState)); in onClearBackendTexture()
1717 kRW_GrIOType, in onUpdateCompressedBackendTexture()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp288 sampleCnt, cacheable, kRW_GrIOType, info); in onWrapRenderableBackendTexture()