Searched refs:isMipped (Results 1 – 3 of 3) sorted by relevance
/external/skqp/tests/ |
D | GrTextureMipMapInvalidationTest.cpp | 18 auto isMipped = [] (SkSurface* surf) { in DEF_GPUTEST_FOR_NULLGL_CONTEXT() local 39 REPORTER_ASSERT(reporter, isMipped(surf1.get()) == allocateMips); in DEF_GPUTEST_FOR_NULLGL_CONTEXT() 49 REPORTER_ASSERT(reporter, isMipped(surf1.get()) == allocateMips); in DEF_GPUTEST_FOR_NULLGL_CONTEXT() 55 REPORTER_ASSERT(reporter, isMipped(surf1.get()) == allocateMips); in DEF_GPUTEST_FOR_NULLGL_CONTEXT()
|
/external/skia/tests/ |
D | GrTextureMipMapInvalidationTest.cpp | 25 auto isMipped = [reporter](SkSurface* surf) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 52 REPORTER_ASSERT(reporter, isMipped(surf1.get()) == allocateMips); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 62 REPORTER_ASSERT(reporter, isMipped(surf1.get()) == allocateMips); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 68 REPORTER_ASSERT(reporter, isMipped(surf1.get()) == allocateMips); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/src/gpu/ |
D | GrGpu.cpp | 422 GrMipMapped isMipped, size_t rowBytes) { in createTestingOnlyBackendTexture() argument 425 return this->createTestingOnlyBackendTexture(pixels, w, h, grCT, isRenderTarget, isMipped, in createTestingOnlyBackendTexture()
|