Lines Matching refs:texIndex
419 GLuint texIndex;
428 texIndex = TEXTURE_1D_INDEX;
433 texIndex = TEXTURE_2D_INDEX;
438 texIndex = TEXTURE_3D_INDEX;
443 texIndex = TEXTURE_CUBE_INDEX;
448 texIndex = TEXTURE_RECT_INDEX;
453 texIndex = TEXTURE_1D_ARRAY_INDEX;
458 texIndex = TEXTURE_2D_ARRAY_INDEX;
463 texIndex = TEXTURE_CUBE_ARRAY_INDEX;
468 texIndex = TEXTURE_2D_MULTISAMPLE_INDEX;
473 texIndex = TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX;
479 texImage = ctx->Texture.ProxyTex[texIndex]->Image[0][level];
486 ctx->Texture.ProxyTex[texIndex]->Image[0][level] = texImage;
488 texImage->TexObject = ctx->Texture.ProxyTex[texIndex];