Lines Matching refs:texIndex
420 GLuint texIndex;
427 texIndex = TEXTURE_1D_INDEX;
430 texIndex = TEXTURE_2D_INDEX;
433 texIndex = TEXTURE_3D_INDEX;
436 texIndex = TEXTURE_CUBE_INDEX;
441 texIndex = TEXTURE_RECT_INDEX;
444 texIndex = TEXTURE_1D_ARRAY_INDEX;
447 texIndex = TEXTURE_2D_ARRAY_INDEX;
450 texIndex = TEXTURE_CUBE_ARRAY_INDEX;
453 texIndex = TEXTURE_2D_MULTISAMPLE_INDEX;
456 texIndex = TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX;
462 texImage = ctx->Texture.ProxyTex[texIndex]->Image[0][level];
469 ctx->Texture.ProxyTex[texIndex]->Image[0][level] = texImage;
471 texImage->TexObject = ctx->Texture.ProxyTex[texIndex];