Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp54 virtual EGLint getMipmapLevel() const;
DSurface.cpp199 EGLint Surface::getMipmapLevel() const in getMipmapLevel() function in egl::Surface
DlibEGL.cpp493 *value = eglSurface->getMipmapLevel(); in QuerySurface()