HomeSort by relevance Sort by last modified time
    Searched full:texunit (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/mesa3d/src/mesa/main/
teximage.h 107 const struct gl_texture_unit *texUnit,
teximage.c 706 * \param texUnit texture unit.
713 const struct gl_texture_unit *texUnit,
721 return texUnit->CurrentTex[TEXTURE_1D_INDEX];
725 return texUnit->CurrentTex[TEXTURE_2D_INDEX];
729 return texUnit->CurrentTex[TEXTURE_3D_INDEX];
740 ? texUnit->CurrentTex[TEXTURE_CUBE_INDEX] : NULL;
746 ? texUnit->CurrentTex[TEXTURE_RECT_INDEX] : NULL;
751 return arrayTex ? texUnit->CurrentTex[TEXTURE_1D_ARRAY_INDEX] : NULL;
755 return arrayTex ? texUnit->CurrentTex[TEXTURE_2D_ARRAY_INDEX] : NULL;
761 ? texUnit->CurrentTex[TEXTURE_BUFFER_INDEX] : NULL
    [all...]
context.c 1028 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]
    [all...]
texobj.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 706 * \param texUnit texture unit.
713 const struct gl_texture_unit *texUnit,
721 return texUnit->CurrentTex[TEXTURE_1D_INDEX];
725 return texUnit->CurrentTex[TEXTURE_2D_INDEX];
729 return texUnit->CurrentTex[TEXTURE_3D_INDEX];
740 ? texUnit->CurrentTex[TEXTURE_CUBE_INDEX] : NULL;
746 ? texUnit->CurrentTex[TEXTURE_RECT_INDEX] : NULL;
751 return arrayTex ? texUnit->CurrentTex[TEXTURE_1D_ARRAY_INDEX] : NULL;
755 return arrayTex ? texUnit->CurrentTex[TEXTURE_2D_ARRAY_INDEX] : NULL;
761 ? texUnit->CurrentTex[TEXTURE_BUFFER_INDEX] : NULL
    [all...]
context.c 1028 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]
    [all...]
texobj.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c 303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
316 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 303 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
316 _mesa_unclamped_float_rgba_to_ubyte(c, texUnit->EnvColor);
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 69 struct gl_texture_unit *texUnit;
80 texUnit = _mesa_get_current_tex_unit(&dri_ctx->Base);
81 texObj = _mesa_select_tex_object(&dri_ctx->Base, texUnit, target);
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 69 struct gl_texture_unit *texUnit;
80 texUnit = _mesa_get_current_tex_unit(&dri_ctx->Base);
81 texObj = _mesa_select_tex_object(&dri_ctx->Base, texUnit, target);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 798 bool GL2Encoder::updateHostTexture2DBinding(GLenum texUnit, GLenum newTarget)
803 m_state->setActiveTextureUnit(texUnit);
814 m_glActiveTexture_enc(this, texUnit);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.h 309 fs_reg emit_texcoord(ir_texture *ir, int sampler, int texunit);
brw_fs_visitor.cpp 1287 int texunit = fp->Base.SamplerUnits[sampler]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvfragparse.c 571 GLubyte *texUnit, GLubyte *texTarget)
589 *texUnit = unit;
614 parseState->texturesUsed[*texUnit] |= (1 << *texTarget);
615 if (_mesa_bitcount(parseState->texturesUsed[*texUnit]) > 1) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 432 int texUnit = ((MatParamTexture) matParam).getUnit();
437 if (texParam.getUnit() > texUnit) {
457 int texUnit = val.getUnit();
463 if (texParam.getUnit() > texUnit) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 309 fs_reg emit_texcoord(ir_texture *ir, int sampler, int texunit);
brw_fs_visitor.cpp 1287 int texunit = fp->Base.SamplerUnits[sampler]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/mesa3d/src/mesa/program/
nvfragparse.c 571 GLubyte *texUnit, GLubyte *texTarget)
589 *texUnit = unit;
614 parseState->texturesUsed[*texUnit] |= (1 << *texTarget);
615 if (_mesa_bitcount(parseState->texturesUsed[*texUnit]) > 1) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 477 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx);
503 texObj = _mesa_select_tex_object(ctx, texUnit, target);
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 477 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx);
503 texObj = _mesa_select_tex_object(ctx, texUnit, target);

Completed in 887 milliseconds

1 23 4