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/base/opengl/libagl/
texture.cpp 77 texture_unit_t& u(c->textures.tmu[i]);
128 texture_unit_t& u(c->textures.tmu[i]);
156 texture_unit_t& u(c->textures.tmu[i]);
316 texture_unit_t& u(c->textures.tmu[active]);
350 texture_unit_t& u(c->textures.tmu[tmu]);
708 texture_unit_t& u(c->textures.tmu[i]);
778 texture_unit_t& u(c->textures.tmu[tmu]);
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 347 struct texture_unit_t { struct in namespace:android::gl
355 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT];

Completed in 272 milliseconds