HomeSort by relevance Sort by last modified time
    Searched full:current_matrix_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.cc 51 float current_matrix_[16]; member in class:content::__anon8158::StreamTextureProxyImpl
60 std::fill(current_matrix_, current_matrix_ + 16, 0);
100 if (memcmp(current_matrix_, matrix, sizeof(matrix)) != 0) {
101 memcpy(current_matrix_, matrix, sizeof(matrix));
105 client_->DidUpdateMatrix(current_matrix_);
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.cc 23 memset(current_matrix_, 0, sizeof(current_matrix_));
38 if (has_updated_ && memcmp(current_matrix_, mtx, sizeof(mtx)) != 0) {
39 memcpy(current_matrix_, mtx, sizeof(mtx));
stream_texture_manager_android.h 84 float current_matrix_[16]; member in class:content::StreamTextureManagerAndroid::StreamTextureAndroid

Completed in 96 milliseconds