Searched refs:kRW_GrIOType (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/tests/ |
D | GrSurfaceTest.cpp | 357 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()
|
D | EGLImageTest.cpp | 159 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 159 rectangleTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | BackendAllocationTest.cpp | 276 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType); in check_base_readbacks() 392 kRW_GrIOType); in check_mipmaps()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 1401 kRW_GrIOType, info, std::move(state)); in onClearBackendTexture() 1502 kRW_GrIOType, in onUpdateCompressedBackendTexture()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 715 kRW_GrIOType enumerator
|
/third_party/skia/src/image/ |
D | SkImage_Gpu.cpp | 744 backendTexture, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType, in MakeFromAHardwareBufferWithData()
|
/third_party/skia/src/gpu/ |
D | GrDirectContext.cpp | 602 kRW_GrIOType, in update_texture_with_pixmaps()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1616 kRW_GrIOType, info, std::move(mutableState)); in onClearBackendTexture() 1717 kRW_GrIOType, in onUpdateCompressedBackendTexture()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.cpp | 288 sampleCnt, cacheable, kRW_GrIOType, info); in onWrapRenderableBackendTexture()
|