Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_darwin.cpp54 bool hasMipmap() const { return m_hasMipmap; } in hasMipmap() function in __anonc68725700111::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.cpp119 pbInfo.hasMipmap = false; in ~EglContext()
DEglImp.cpp849 tmpPbSurfacePtr->getAttrib(EGL_MIPMAP_TEXTURE, &pbinfo.hasMipmap); in eglCreatePbufferSurface()