Searched refs:TextureBindingVector (Results 1 – 4 of 4) sorted by relevance
66 using TextureBindingVector = std::vector<BindingPointer<Texture>>; variable67 using TextureBindingMap = angle::PackedEnumMap<TextureType, TextureBindingVector>;
576 for (TextureBindingVector &bindingVec : mSamplerTextures) in reset()1653 TextureBindingVector &textureVector = mSamplerTextures[type]; in detachTexture()
599 const gl::TextureBindingVector &textures = boundTexturesMap[textureType]; in SerializeContextState()
3267 const gl::TextureBindingVector &apiBindings = apiBoundTextures[textureType]; in CaptureMidExecutionSetup()3268 const gl::TextureBindingVector &replayBindings = in CaptureMidExecutionSetup()