Lines Matching full:samples
1077 a color from the texture image. Multiple, weighted samples may be
1105 GL_NEAREST samples the texel nearest the texture coordinate in the
1108 GL_LINEAR samples the four texels around the texture coordinate in the
1112 GL_NEAREST_MIPMAP_NEAREST samples the texel nearest the texture
1117 GL_NEAREST_MIPMAP_LINEAR samples two texels nearest the texture
1123 GL_LINEAR_MIPMAP_NEAREST samples four texels around the texture
1129 GL_LINEAR_MIPMAP_LINEAR samples four texels around the texture
1149 GL_NEAREST samples the texel nearest the texture coordinate in the
1152 GL_LINEAR samples the four texels around the texture coordinate in the