Home
last modified time | relevance | path

Searched defs:isScissorTestEnabled (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
DGrPipeline.h161 bool isScissorTestEnabled() const { in isScissorTestEnabled() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h265 bool isScissorTestEnabled() const { return mScissorTest; } in isScissorTestEnabled() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp622 bool Context::isScissorTestEnabled() const in isScissorTestEnabled() function in es2::Context