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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 40 scoped_refptr<TextureRef> bound_texture_2d; member in struct:gpu::gles2::TextureUnit
60 return bound_texture_2d;
74 if (bound_texture_2d.get() == texture) {
75 bound_texture_2d = NULL;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 366 : bound_texture_2d(0),
371 GLuint bound_texture_2d; member in struct:gpu::gles2::GLES2Implementation::TextureUnit

Completed in 74 milliseconds