Searched defs:bound_texture_cube_map (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h44 scoped_refptr<TextureRef> bound_texture_cube_map; member in struct:gpu::gles2::TextureUnit
62 return bound_texture_cube_map;
77 if (bound_texture_cube_map.get() == texture) {
78 bound_texture_cube_map = NULL;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h372 bound_texture_cube_map(0),
380 GLuint bound_texture_cube_map; member in struct:gpu::gles2::GLES2Implementation::TextureUnit

Completed in 487 milliseconds