HomeSort by relevance Sort by last modified time
    Searched full:texture_unit_t (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 313 struct texture_unit_t { struct in class:android::GGLAssembler
327 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT];
445 pixel_t& texel, const texture_unit_t& tmu,
450 pixel_t& texel, const texture_unit_t& tmu,
455 pixel_t& texel, const texture_unit_t& tmu,
460 pixel_t& texel, const texture_unit_t& tmu,
texturing.cpp 268 texture_unit_t& tmu = mTextureMachine.tmu[i];
339 const texture_unit_t& tmu = mTextureMachine.tmu[i];
412 const texture_unit_t& tmu = mTextureMachine.tmu[i];
437 const texture_unit_t& tmu = mTextureMachine.tmu[i];
659 const texture_unit_t& tmu = mTextureMachine.tmu[i];
694 pixel_t& texel, const texture_unit_t& tmu,
761 pixel_t& texel, const texture_unit_t& tmu,
    [all...]
GGLAssembler.cpp 507 texture_unit_t& tmu = mTextureMachine.tmu[i];
607 const texture_unit_t& tmu = mTextureMachine.tmu[i];
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 79 texture_unit_t& u(c->textures.tmu[i]);
130 texture_unit_t& u(c->textures.tmu[i]);
152 texture_unit_t& u(c->textures.tmu[i]);
308 texture_unit_t& u(c->textures.tmu[active]);
342 texture_unit_t& u(c->textures.tmu[tmu]);
700 texture_unit_t& u(c->textures.tmu[i]);
770 texture_unit_t& u(c->textures.tmu[tmu]);
    [all...]
context.h 352 struct texture_unit_t { struct in namespace:android::gl
360 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT];

Completed in 160 milliseconds