Home | History | Annotate | Download | only in main

Lines Matching defs:Border

1225    GLuint Border;		/**< 0 or 1 */
1226 GLuint Width; /**< = 2^WidthLog2 + 2*Border */
1227 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
1228 GLuint Depth; /**< = 2^DepthLog2 + 2*Border */
1229 GLuint Width2; /**< = Width - 2*Border */
1230 GLuint Height2; /**< = Height - 2*Border */
1231 GLuint Depth2; /**< = Depth - 2*Border */
1277 // * Texture object state. Contains the array of mipmap images, border color,