Home | Sort by relevance Sort by last modified time |
/external/chromium_org/content/renderer/media/android/ | |
stream_texture_factory_android_synchronous_impl.cc | 52 bool has_updated_; member in class:content::__anon10406::StreamTextureProxyImpl 59 : context_provider_(provider), has_updated_(false) { 96 if (has_updated_) { 110 has_updated_ = true; |
/external/chromium_org/content/common/gpu/ | |
stream_texture_manager_android.cc | 21 has_updated_(false), 38 if (has_updated_ && memcmp(current_matrix_, mtx, sizeof(mtx)) != 0) { 49 has_updated_ = true; |
stream_texture_manager_android.h | 90 bool has_updated_; member in class:content::StreamTextureManagerAndroid::StreamTextureAndroid |