HomeSort by relevance Sort by last modified time
    Searched refs:texUnit (Results 51 - 73 of 73) sorted by null

1 23

  /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/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/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/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/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/main/
uniform_query.cpp 713 const unsigned texUnit = ((unsigned *) values)[i];
716 if (texUnit >= ctx->Const.MaxCombinedTextureImageUnits) {
teximage.h 107 const struct gl_texture_unit *texUnit,
texobj.c     [all...]
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...]
  /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/main/
uniform_query.cpp 713 const unsigned texUnit = ((unsigned *) values)[i];
716 if (texUnit >= ctx->Const.MaxCombinedTextureImageUnits) {
teximage.h 107 const struct gl_texture_unit *texUnit,
texobj.c     [all...]
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...]
  /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);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 60 bool updateHostTexture2DBinding(GLenum texUnit, GLenum newTarget);
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/x11/
xm_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c     [all...]

Completed in 1350 milliseconds

1 23