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

/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h44 class EGLTextureObject : public LightRefBase<EGLTextureObject> class in namespace:android
47 EGLTextureObject();
48 ~EGLTextureObject();
62 void copyParameters(const sp<EGLTextureObject>& old);
96 sp<EGLTextureObject> createTexture(GLuint name);
97 sp<EGLTextureObject> removeTexture(GLuint name);
98 sp<EGLTextureObject> replaceTexture(GLuint name);
100 sp<EGLTextureObject> texture(GLuint name);
104 KeyedVector< GLuint, sp<EGLTextureObject> > mTexture
[all...]
H A DTextureObjectManager.cpp25 EGLTextureObject::EGLTextureObject() function in class:android::EGLTextureObject
31 EGLTextureObject::~EGLTextureObject()
41 void EGLTextureObject::init()
59 void EGLTextureObject::copyParameters(const sp<EGLTextureObject>& old)
70 status_t EGLTextureObject::allocateMipmaps()
92 void EGLTextureObject::freeMipmaps()
106 const GGLSurface& EGLTextureObject
[all...]

Completed in 60 milliseconds