HomeSort by relevance Sort by last modified time
    Searched refs:texregfree (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c 853 GLboolean texregfree[6] = {GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE}; local
878 if (texregfree[i]) {
916 texregfree[j] = GL_FALSE;
924 texregfree[srcRGBi - GL_TEXTURE0] = GL_FALSE;
942 texregfree[j] = GL_FALSE;
950 texregfree[srcAi - GL_TEXTURE0] = GL_FALSE;
962 if (ctx->Texture.Unit[i]._ReallyEnabled && !texregfree[i])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 853 GLboolean texregfree[6] = {GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE}; local
878 if (texregfree[i]) {
916 texregfree[j] = GL_FALSE;
924 texregfree[srcRGBi - GL_TEXTURE0] = GL_FALSE;
942 texregfree[j] = GL_FALSE;
950 texregfree[srcAi - GL_TEXTURE0] = GL_FALSE;
962 if (ctx->Texture.Unit[i]._ReallyEnabled && !texregfree[i])
    [all...]

Completed in 1316 milliseconds