HomeSort by relevance Sort by last modified time
    Searched refs:GL_NV_texture_npot_2D_mipmap (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/rs/driver/
rsdGL.h 65 bool GL_NV_texture_npot_2D_mipmap;
rsdShader.cpp 352 (dc->gl.gl.GL_NV_texture_npot_2D_mipmap || dc->gl.gl.GL_IMG_texture_npot)) {
353 if (dc->gl.gl.GL_NV_texture_npot_2D_mipmap) {
rsdGL.cpp 345 dc->gl.gl.GL_NV_texture_npot_2D_mipmap = NULL != strstr((const char *)dc->gl.gl.extensions,
346 "GL_NV_texture_npot_2D_mipmap");

Completed in 26 milliseconds