Lines Matching refs:SIZE
233 // the window size.
333 const size_t count = drawingLayers.size();
435 // the size changed, we need to ask our client to request a new buffer
472 // record the new size, form this point on, when the client request
473 // a buffer, it'll get the new size.
485 // if we have a pending resize, unless we are in fixed-size mode.
487 // with the correct size.
490 // of the geometry state) is latched together with the size but is
561 // check that we received a buffer of the right size
709 void Layer::dump(String8& result, char* buffer, size_t SIZE) const
711 LayerBaseClient::dump(result, buffer, SIZE);
721 snprintf(buffer, SIZE,
731 mSurfaceTexture->dump(result, " ", buffer, SIZE);
735 void Layer::dumpStats(String8& result, char* buffer, size_t SIZE) const
737 LayerBaseClient::dumpStats(result, buffer, SIZE);