Home
last modified time | relevance | path

Searched refs:hasMipmap (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_darwin.cpp54 bool hasMipmap() const { return m_hasMipmap; } in hasMipmap() function in __anonf20b16df0111::MacSurface
298 EGLint maxMipmap = info->hasMipmap ? MAX_PBUFFER_MIPMAP_LEVEL : 0; in createPbufferSurface()
308 result->setHasMipmap(info->hasMipmap); in createPbufferSurface()
345 int mipmapLevel = macdraw->hasMipmap() ? MAX_PBUFFER_MIPMAP_LEVEL : 0; in makeCurrent()
DEglOsApi.h135 EGLint hasMipmap; member
DEglContext.cpp127 pbInfo.hasMipmap = false; in ~EglContext()
DEglImp.cpp853 tmpPbSurfacePtr->getAttrib(EGL_MIPMAP_TEXTURE, &pbinfo.hasMipmap); in eglCreatePbufferSurface()