Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp91 void readPixelRect(const PixelRect &other, int x, int y, bool zeroOutside) in readPixelRect()
274 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D()
276 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D()
281 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl()