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

/frameworks/base/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.cpp27 EGLTextureObject::EGLTextureObject() function in class:android::EGLTextureObject
33 EGLTextureObject::~EGLTextureObject()
43 void EGLTextureObject::init()
61 void EGLTextureObject::copyParameters(const sp<EGLTextureObject>& old)
72 status_t EGLTextureObject::allocateMipmaps()
94 void EGLTextureObject::freeMipmaps()
108 const GGLSurface& EGLTextureObject
[all...]

Completed in 243 milliseconds