Home | Sort by relevance Sort by last modified time |
/external/chromium_org/gpu/command_buffer/service/ | |
context_state.h | 47 scoped_refptr<TextureRef> bound_texture_external_oes; member in struct:gpu::gles2::TextureUnit 63 return bound_texture_external_oes; 79 if (bound_texture_external_oes.get() == texture) { 80 bound_texture_external_oes = NULL; |
/external/chromium_org/gpu/command_buffer/client/ | |
gles2_implementation.h | 359 bound_texture_external_oes(0) {} 370 GLuint bound_texture_external_oes; member in struct:gpu::gles2::GLES2Implementation::TextureUnit |