HomeSort by relevance Sort by last modified time
    Searched defs:EGLTextureObject (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 25 EGLTextureObject::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::mip(int lod) cons
    [all...]
TextureObjectManager.h 44 class EGLTextureObject : public LightRefBase<EGLTextureObject>
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> > mTextures
    [all...]

Completed in 40 milliseconds