Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DState.cpp145 TextureBindingVector &textureVector = bindingVec->second; in reset() local
146 for (size_t textureIdx = 0; textureIdx < textureVector.size(); textureIdx++) in reset()
148 textureVector[textureIdx].set(NULL); in reset()
643 TextureBindingVector &textureVector = bindingVec->second; in detachTexture() local
644 for (size_t textureIdx = 0; textureIdx < textureVector.size(); textureIdx++) in detachTexture()
646 BindingPointer<Texture> &binding = textureVector[textureIdx]; in detachTexture()