HomeSort by: relevance | last modified time | path
    Searched defs:Border (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 311 * Used for storing clear color, texture border color, etc.
859 GLuint Border; /**< 0 or 1 */
860 GLuint Width; /**< = 2^WidthLog2 + 2*Border */
861 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
862 GLuint Depth; /**< = 2^DepthLog2 + 2*Border */
863 GLuint Width2; /**< = Width - 2*Border */
864 GLuint Height2; /**< = Height - 2*Border */
865 GLuint Depth2; /**< = Depth - 2*Border */
918 GLboolean IsBorderColorNonZero; /**< Does the border color have any effect? */
966 * Texture object state. Contains the array of mipmap images, border color
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 359 * Used for storing clear color, texture border color, etc.
882 GLuint Border; /**< 0 or 1 */
883 GLuint Width; /**< = 2^WidthLog2 + 2*Border */
884 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
885 GLuint Depth; /**< = 2^DepthLog2 + 2*Border */
886 GLuint Width2; /**< = Width - 2*Border */
887 GLuint Height2; /**< = Height - 2*Border */
888 GLuint Depth2; /**< = Depth - 2*Border */
954 * Texture object state. Contains the array of mipmap images, border color,
3892 * borders and mipmapped textures. (Note: not static border color, but th
    [all...]

Completed in 15 milliseconds