Searched refs:EGLTextureObject (Results 1 - 5 of 5) 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...]
H A Dtexture.cpp34 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex);
52 c->textures.defaultTexture = new EGLTextureObject();
309 sp<EGLTextureObject> getAndBindActiveTextureObject(ogles_context_t* c)
311 sp<EGLTextureObject> tex;
344 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex)
386 EGLTextureObject* tex = c->textures.tmu[active].texture;
397 sp<EGLTextureObject> tex = getAndBindActiveTextureObject(c);
616 extern status_t buildAPyramid(ogles_context_t* c, EGLTextureObject* tex);
622 EGLTextureObject* tex = c->textures.tmu[active].texture;
641 EGLTextureObject* textureObjec
[all...]
H A Dmipmap.cpp30 status_t buildAPyramid(ogles_context_t* c, EGLTextureObject* tex)
/frameworks/base/include/private/opengles/
H A Dgl_context.h43 class EGLTextureObject;
349 EGLTextureObject* texture;
357 EGLTextureObject* defaultTexture;

Completed in 127 milliseconds