Home | History | Annotate | Download | only in base

Lines Matching refs:numHwLayers

251     if (!mList || mList->numHwLayers == 0) {
256 mLayerCount = (int)mList->numHwLayers;
809 if ((int)list->numHwLayers != mLayerCount) {
810 ELOGTRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
877 if ((int)list->numHwLayers != mLayerCount) {
878 ELOGTRACE("layer count doesn't match (%d, %d)", list->numHwLayers, mLayerCount);
1017 DLOGTRACE(" numHwLayers = %u, flags = %08x", mList->numHwLayers, mList->flags);