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

  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 84 float current_matrix_[16]; member in class:content::StreamTextureManagerAndroid::StreamTextureAndroid
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.cc 51 float current_matrix_[16]; member in class:content::__anon10406::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_);

Completed in 40 milliseconds