Home
last modified time | relevance | path

Searched refs:GenerateMipmapOES (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp214 void GenerateMipmapOES(GLenum target);
840 return es1::GenerateMipmapOES(target); in glGenerateMipmapOES()
1479 this->glGenerateMipmapOES = es1::GenerateMipmapOES; in LibGLES_CMexports()
DlibGLES_CM.cpp1717 void GenerateMipmapOES(GLenum target) in GenerateMipmapOES() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.h223 void GenerateMipmapOES(GLenum target);
DlibGLESv2.cpp6219 void GenerateMipmapOES(GLenum target) in GenerateMipmapOES() function
6428 FUNCTION(GenerateMipmapOES), in es2GetProcAddress()
Dentry_points.cpp1737 this->glGenerateMipmapOES = gl::GenerateMipmapOES; in LibGLESv2exports()