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 303 struct texture_unit_t { struct in class:android::GGLAssembler
317 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT];
435 pixel_t& texel, const texture_unit_t& tmu,
440 pixel_t& texel, const texture_unit_t& tmu,
445 pixel_t& texel, const texture_unit_t& tmu,
450 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];
646 const texture_unit_t& tmu = mTextureMachine.tmu[i];
681 pixel_t& texel, const texture_unit_t& tmu,
748 pixel_t& texel, const texture_unit_t& tmu,
866 pixel_t& texel, const texture_unit_t& tmu
    [all...]
GGLAssembler.cpp 504 texture_unit_t& tmu = mTextureMachine.tmu[i];
604 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 347 struct texture_unit_t { struct in namespace:android::gl
355 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT];

Completed in 66 milliseconds