Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.h61 virtual egl::Texture *getBoundTexture() const;
DSurface.cpp225 egl::Texture *Surface::getBoundTexture() const in getBoundTexture() function in egl::Surface
DlibEGL.cpp562 if(eglSurface->getBoundTexture()) in BindTexImage()
609 egl::Texture *texture = eglSurface->getBoundTexture(); in ReleaseTexImage()