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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c489 pb_size reqSize = size; local
492 if(desc->alignment > reqSize)
493 reqSize = desc->alignment;
497 if(bufSize >= reqSize)
/external/deqp/modules/egl/
H A DteglResizeTests.cpp321 IVec2 reqSize)
325 return reqSize; // assume we got the requested size
332 IVec2 reqSize,
335 const IVec2 nativeSize = getNativeSurfaceSize(nativeWindow, reqSize);
320 getNativeSurfaceSize(const NativeWindow& nativeWindow, IVec2 reqSize) argument
328 checkSurfaceSize(const Library& egl, EGLDisplay eglDisplay, EGLSurface eglSurface, const NativeWindow& nativeWindow, IVec2 reqSize, ResultCollector& status) argument

Completed in 311 milliseconds