OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGLTextureObject
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/opengl/libagl/
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
...]
TextureObjectManager.cpp
27
EGLTextureObject
::
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
::mip(int lod) cons
[
all
...]
texture.cpp
34
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
* textureObject = c->textures.tmu[c->textures.active].texture
[
all
...]
mipmap.cpp
30
status_t buildAPyramid(ogles_context_t* c,
EGLTextureObject
* tex)
/frameworks/base/include/private/opengles/
gl_context.h
46
class
EGLTextureObject
;
352
EGLTextureObject
* texture;
360
EGLTextureObject
* defaultTexture;
Completed in 329 milliseconds