Home | Sort by relevance Sort by last modified time |
/external/chromium_org/gpu/command_buffer/service/ | |
context_state.h | 39 scoped_refptr<TextureRef> bound_texture_2d; member in struct:gpu::gles2::TextureUnit 59 return bound_texture_2d; 73 if (bound_texture_2d.get() == texture) { 74 bound_texture_2d = NULL; |
/external/chromium_org/gpu/command_buffer/client/ | |
gles2_implementation.h | 357 : bound_texture_2d(0), 362 GLuint bound_texture_2d; member in struct:gpu::gles2::GLES2Implementation::TextureUnit |