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

  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 54 generate_mipmap = GL_FALSE;
66 generate_mipmap = old->generate_mipmap;
134 // it would be nice if we could keep the generate_mipmap flag,
136 generate_mipmap = GL_FALSE;
TextureObjectManager.h 81 GLint generate_mipmap; member in class:android::EGLTextureObject
texture.cpp 622 if (tex->generate_mipmap) {
679 textureObject->generate_mipmap = param;
    [all...]

Completed in 74 milliseconds