Home | History | Annotate | Download | only in base

Lines Matching refs:numHwLayers

205     if (!mList || mList->numHwLayers == 0) {
210 mLayerCount = (int)mList->numHwLayers;
857 if ((int)list->numHwLayers != mLayerCount) {
858 ETRACE("layer count doesn't match (%zd, %d)", list->numHwLayers, mLayerCount);
925 if ((int)list->numHwLayers != mLayerCount) {
926 ETRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
1065 DTRACE(" numHwLayers = %zu, flags = %08x", mList->numHwLayers, mList->flags);