Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DStream.cpp137 mPlanes[0].texture->bindStream(this); in createConsumerGLTextureExternal()
162 mPlanes[i].texture->bindStream(this); in createConsumerGLTextureExternal()
DTexture.h591 void bindStream(egl::Stream *stream);
DTexture.cpp1557 void Texture::bindStream(egl::Stream *stream) in bindStream() function in gl::Texture