Searched defs:ClearOp (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglColorClearCase.cpp58 struct ClearOp struct in namespace:deqp::egl
60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) function in struct:deqp::egl::ClearOp
69 ClearOp (void) function in struct:deqp::egl::ClearOp
90 static ClearOp computeRandomClear (de::Random& rnd, int width, int height)
98 return ClearOp(x, y, w, h, col);
101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat)
103 for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearIter++)
110 static void renderClear (EGLint api, const ApiFunctions& func, const ClearOp& clear)
183 vector<ClearOp> clears;
195 ClearOp clea
[all...]

Completed in 739 milliseconds