Home
last modified time | relevance | path

Searched defs:getBoundTexture (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DSurface.h125 gl::Texture *getBoundTexture() const { return mTexture; } in getBoundTexture() function
/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp295 egl::Texture *Surface::getBoundTexture() const in getBoundTexture() function in egl::Surface