Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdGL.h65 bool NV_texture_npot_2D_mipmap; member
DrsdShader.cpp416 (dc->gl.gl.NV_texture_npot_2D_mipmap || dc->gl.gl.IMG_texture_npot)) { in setupSampler()
417 if (dc->gl.gl.NV_texture_npot_2D_mipmap) { in setupSampler()
DrsdGL.cpp394 dc->gl.gl.NV_texture_npot_2D_mipmap = NULL != strstr((const char *)dc->gl.gl.extensions, in rsdGLInit()