Searched refs:createWithColorMtd (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/tests/ |
D | BackendAllocationTest.cpp | 497 auto createWithColorMtd = [colorType](GrContext* context, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 519 test_color_init(context, reporter, createWithColorMtd, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 643 auto createWithColorMtd = [format](GrContext* context, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local 652 test_color_init(context, reporter, createWithColorMtd, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 787 auto createWithColorMtd = [format, swizzle](GrContext* context, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local 802 test_color_init(context, reporter, createWithColorMtd, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
D | MtlBackendAllocationTest.mm | 128 auto createWithColorMtd = [format](GrContext* context, 136 test_color_init(context, reporter, createWithColorMtd,
|
/third_party/skia/tests/ |
D | BackendAllocationTest.cpp | 655 auto createWithColorMtd = [colorType](GrDirectContext* dContext, in color_type_backend_allocation_test() local 678 test_color_init(context, reporter, createWithColorMtd, in color_type_backend_allocation_test() 872 auto createWithColorMtd = [format, swizzle](GrDirectContext* dContext, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local 885 test_color_init(context, reporter, createWithColorMtd, combo.fColorType, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 1027 auto createWithColorMtd = [format, swizzle](GrDirectContext* dContext, in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local 1042 test_color_init(context, reporter, createWithColorMtd, combo.fColorType, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
D | MtlBackendAllocationTest.mm | 157 auto createWithColorMtd = [format, swizzle](GrDirectContext* dContext, 170 test_color_init(dContext, reporter, createWithColorMtd, combo.fColorType,
|
D | CompressedBackendAllocationTest.cpp | 309 auto createWithColorMtd = [format](GrDirectContext* dContext, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 316 test_compressed_color_init(dContext, reporter, createWithColorMtd, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|