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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 47 scoped_refptr<TextureRef> bound_texture_external_oes; member in struct:gpu::gles2::TextureUnit
63 return bound_texture_external_oes;
79 if (bound_texture_external_oes.get() == texture) {
80 bound_texture_external_oes = NULL;
context_state.cc 64 service_id = texture_unit.bound_texture_external_oes.get()
65 ? texture_unit.bound_texture_external_oes->service_id()