Home | History | Annotate | Download | only in main

Lines Matching defs:texIndex

849    GLuint texIndex;
858 texIndex = TEXTURE_1D_INDEX;
863 texIndex = TEXTURE_2D_INDEX;
868 texIndex = TEXTURE_3D_INDEX;
873 texIndex = TEXTURE_CUBE_INDEX;
878 texIndex = TEXTURE_RECT_INDEX;
883 texIndex = TEXTURE_1D_ARRAY_INDEX;
888 texIndex = TEXTURE_2D_ARRAY_INDEX;
894 texImage = ctx->Texture.ProxyTex[texIndex]->Image[0][level];
901 ctx->Texture.ProxyTex[texIndex]->Image[0][level] = texImage;
903 texImage->TexObject = ctx->Texture.ProxyTex[texIndex];