Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp64 virtual egl::Texture *getBoundTexture() const;
DSurface.cpp290 egl::Texture *Surface::getBoundTexture() const in getBoundTexture() function in egl::Surface
DlibEGL.cpp692 if(eglSurface->getBoundTexture()) in BindTexImage()
739 egl::Texture *texture = eglSurface->getBoundTexture(); in ReleaseTexImage()