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

  /frameworks/rs/driver/
rsdGL.h 62 bool NV_texture_npot_2D_mipmap;
rsdShader.cpp 422 (dc->gl.gl.NV_texture_npot_2D_mipmap || dc->gl.gl.IMG_texture_npot)) {
423 if (dc->gl.gl.NV_texture_npot_2D_mipmap) {
rsdGL.cpp 384 dc->gl.gl.NV_texture_npot_2D_mipmap = nullptr != strstr((const char *)dc->gl.gl.extensions,

Completed in 133 milliseconds