Searched defs:mipmap (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp197 "specifying mipmap level %d, but # of level is %d",
200 GGLSurface& mipmap = editMip(level); local
201 if (mipmap.data)
202 free(mipmap.data);
204 mipmap.data = (GGLubyte*)malloc(size);
205 if (!mipmap.data) {
206 memset(&mipmap, 0, sizeof(GGLSurface));
211 mipmap.version = sizeof(GGLSurface);
212 mipmap.width = w;
213 mipmap
[all...]

Completed in 9 milliseconds