Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp91 void readPixelRect(const PixelRect &other, int x, int y, bool zeroOutside) in readPixelRect()
287 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D()
289 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D()
294 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl()