Home
last modified time | relevance | path

Searched refs:isAutoMipmapSupported (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h433 static bool isAutoMipmapSupported(){return s_glSupport.GL_SGIS_GENERATE_MIPMAP;} in isAutoMipmapSupported() function
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2018 !ctx->isAutoMipmapSupported()) { in handleMipmapGeneration()