Searched defs:textureable (Results 1 – 5 of 5) sorted by relevance
20 bool textureable, in CreateProtectedSkSurface()
63 sk_sp<SkSurface> createSurface(SkISize size, bool textureable, bool isProtected) override { in createSurface()
73 bool textureable = texSuccess && ((texSupport & texSupportMask) == texSupportMask); in TEST_P() local
28 bool textureable = true) { in create_protected_sksurface()
108 sk_sp<SkSurface> textureable = helper->createSurface({ kSize, kSize }, in create_protected_surface() local