Searched refs:mapped_textures_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.h764 MappedTextureMap mapped_textures_; member in class:gpu::gles2::GLES2Implementation
H A Dgles2_implementation.cc3037 mapped_textures_.insert(std::make_pair(
3051 MappedTextureMap::iterator it = mapped_textures_.find(mem);
3052 if (it == mapped_textures_.end()) {
3062 mapped_textures_.erase(it);

Completed in 42 milliseconds