Home
last modified time | relevance | path

Searched refs:TextureMap (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp306 typedef std::map<glw::GLuint, const Texture*> TextureMap; typedef
315 TextureMap textures;
DglsFboUtil.cpp578 for (TextureMap::const_iterator it = fboConfig.textures.begin(); in validStatusCodes()
744 for (TextureMap::const_iterator it = cfg.textures.begin(); in logFramebufferConfig()
940 for (TextureMap::const_iterator it = textures.begin(); it != textures.end(); it++) in ~FboBuilder()
DglsFboCompletenessTests.cpp483 for (config::TextureMap::const_iterator it = fbo.textures.begin(); it != fbo.textures.end(); ++it) in logFormatInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h227 using TextureMapWithSamplerFormat = angle::PackedEnumMap<gl::SamplerFormat, gl::TextureMap>;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h316 void detachTexture(const Context *context, const TextureMap &zeroTextures, TextureID texture);
317 void initializeZeroTextures(const Context *context, const TextureMap &zeroTextures);
DContext.h716 TextureMap mZeroTextures;
Dangletypes.h845 using TextureMap = TextureTypeMap<BindingPointer<Texture>>; variable
DState.cpp1640 void State::detachTexture(const Context *context, const TextureMap &zeroTextures, TextureID texture) in detachTexture()
1701 void State::initializeZeroTextures(const Context *context, const TextureMap &zeroTextures) in initializeZeroTextures()