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

  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 437 is_stream_texture_owner_ = owner;
439 bool is_stream_texture_owner() const { return is_stream_texture_owner_; }
444 bool is_stream_texture_owner_; member in class:gpu::gles2::TextureRef
texture_manager.cc 847 is_stream_texture_owner_(false) {
1028 DCHECK_EQ(stream_texture, !ref->is_stream_texture_owner_);
    [all...]

Completed in 25 milliseconds