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

  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
open_gles20.h 56 GLsizei texture_height_; member in class:webrtc::OpenGles20
open_gles20.mm 59 OpenGles20::OpenGles20() : texture_width_(-1), texture_height_(-1) {
156 texture_height_ != (GLsizei)frame.height()) {
276 texture_height_ = height;

Completed in 289 milliseconds