Home
last modified time | relevance | path

Searched defs:TextureMap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFboUtil.hpp330 typedef std::map<glw::GLuint, const Texture *> TextureMap; typedef
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h1079 using TextureMap = TextureTypeMap<BindingPointer<Texture>>; variable
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_HardwareRenderer.cpp450 using TextureMap = std::unordered_map<uint32_t, sk_sp<SkImage>>; typedef