Lines Matching refs:texIndex
421 GLuint texIndex;
428 texIndex = TEXTURE_1D_INDEX;
431 texIndex = TEXTURE_2D_INDEX;
434 texIndex = TEXTURE_3D_INDEX;
437 texIndex = TEXTURE_CUBE_INDEX;
442 texIndex = TEXTURE_RECT_INDEX;
445 texIndex = TEXTURE_1D_ARRAY_INDEX;
448 texIndex = TEXTURE_2D_ARRAY_INDEX;
451 texIndex = TEXTURE_CUBE_ARRAY_INDEX;
454 texIndex = TEXTURE_2D_MULTISAMPLE_INDEX;
457 texIndex = TEXTURE_2D_MULTISAMPLE_ARRAY_INDEX;
463 texImage = ctx->Texture.ProxyTex[texIndex]->Image[0][level];
470 ctx->Texture.ProxyTex[texIndex]->Image[0][level] = texImage;
472 texImage->TexObject = ctx->Texture.ProxyTex[texIndex];