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

  /external/chromium_org/gpu/command_buffer/service/
context_state.h 43 scoped_refptr<TextureRef> bound_texture_cube_map; member in struct:gpu::gles2::TextureUnit
61 return bound_texture_cube_map;
76 if (bound_texture_cube_map.get() == texture) {
77 bound_texture_cube_map = NULL;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 358 bound_texture_cube_map(0),
366 GLuint bound_texture_cube_map; member in struct:gpu::gles2::GLES2Implementation::TextureUnit

Completed in 24 milliseconds