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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 48 scoped_refptr<TextureRef> bound_texture_external_oes; member in struct:gpu::gles2::TextureUnit
64 return bound_texture_external_oes;
80 if (bound_texture_external_oes.get() == texture) {
81 bound_texture_external_oes = NULL;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 373 bound_texture_external_oes(0) {}
384 GLuint bound_texture_external_oes; member in struct:gpu::gles2::GLES2Implementation::TextureUnit

Completed in 116 milliseconds