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

/external/deqp/modules/egl/
H A DteglRenderCase.cpp74 const bool isWindow = instanceOf<tcu::egl::WindowSurface>(surface); local
78 DE_ASSERT((isWindow?1:0) + (isPixmap?1:0) + (isPbuffer?1:0) == 1);
80 if (isWindow)

Completed in 392 milliseconds