HomeSort by relevance Sort by last modified time
    Searched refs: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 272 texture_unit_t& tmu = mTextureMachine.tmu[i];
343 const texture_unit_t& tmu = mTextureMachine.tmu[i];
416 const texture_unit_t& tmu = mTextureMachine.tmu[i];
441 const texture_unit_t& tmu = mTextureMachine.tmu[i];
663 const texture_unit_t& tmu = mTextureMachine.tmu[i];
698 pixel_t& texel, const texture_unit_t& tmu,
765 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 76 texture_unit_t& u(c->textures.tmu[i]);
127 texture_unit_t& u(c->textures.tmu[i]);
155 texture_unit_t& u(c->textures.tmu[i]);
315 texture_unit_t& u(c->textures.tmu[active]);
349 texture_unit_t& u(c->textures.tmu[tmu]);
707 texture_unit_t& u(c->textures.tmu[i]);
777 texture_unit_t& u(c->textures.tmu[tmu]);
    [all...]
context.h 351 struct texture_unit_t { struct in namespace:android::gl
359 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT];

Completed in 219 milliseconds