Home
last modified time | relevance | path

Searched refs:texture_unit_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/opengl/libagl/
Dtexture.cpp77 texture_unit_t& u(c->textures.tmu[i]); in validate_tmu()
128 texture_unit_t& u(c->textures.tmu[i]); in ogles_lock_textures()
156 texture_unit_t& u(c->textures.tmu[i]); in ogles_unlock_textures()
316 texture_unit_t& u(c->textures.tmu[active]); in getAndBindActiveTextureObject()
350 texture_unit_t& u(c->textures.tmu[tmu]); in bindTextureTmu()
708 texture_unit_t& u(c->textures.tmu[i]); in drawTexxOESImp()
778 texture_unit_t& u(c->textures.tmu[tmu]); in drawTexiOES()
/frameworks/base/include/private/opengles/
Dgl_context.h347 struct texture_unit_t { struct
355 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT]; argument