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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state.h48 scoped_refptr<TextureRef> bound_texture_external_oes; member in struct:gpu::gles2::TextureUnit
64 return bound_texture_external_oes;
80 if (bound_texture_external_oes.get() == texture) {
81 bound_texture_external_oes = NULL;
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h373 bound_texture_external_oes(0) {}
384 GLuint bound_texture_external_oes; member in struct:gpu::gles2::GLES2Implementation::TextureUnit

Completed in 128 milliseconds