Home
last modified time | relevance | path

Searched refs:hasRestrictedSampling (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DEGLImageTest.cpp222 REPORTER_ASSERT(reporter, proxy->hasRestrictedSampling()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
223 REPORTER_ASSERT(reporter, proxy->peekTexture()->hasRestrictedSampling()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
DRectangleTextureTest.cpp203 SkASSERT(rectProxy->hasRestrictedSampling()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
204 SkASSERT(rectProxy->peekTexture()->hasRestrictedSampling()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
DDeferredDisplayListTest.cpp1365 REPORTER_ASSERT(reporter, !backingProxy->hasRestrictedSampling()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1367 REPORTER_ASSERT(reporter, backingProxy->hasRestrictedSampling()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
/external/skia/src/gpu/ganesh/
DGrTexture.h56 bool hasRestrictedSampling() const { in hasRestrictedSampling() function
DGrTextureProxy.h70 bool hasRestrictedSampling() const { in hasRestrictedSampling() function