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

  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 24 io_surface_texture_id_(0),
28 if (!io_surface_texture_id_)
42 if (io_surface_texture_id_) {
47 context_provider->ContextGL()->DeleteTextures(1, &io_surface_texture_id_);
48 io_surface_texture_id_ = 0;
81 if (!io_surface_texture_id_) {
82 gl->GenTextures(1, &io_surface_texture_id_);
86 io_surface_texture_id_);
89 GLC(gl, gl->BindTexture(GL_TEXTURE_RECTANGLE_ARB, io_surface_texture_id_));
io_surface_layer_impl.h 47 unsigned io_surface_texture_id_; member in class:cc::IOSurfaceLayerImpl

Completed in 27 milliseconds