Searched defs:CLAMP_TO_EDGE (Results 1 – 8 of 8) sorted by relevance
26 #define CLAMP_TO_EDGE(x, w) ((x) < 0 ? 0 : ((x) >= (w) ? (w - 1) : (x))) macro
303 CLAMP_TO_EDGE: 0x812F, property
194 CLAMP_TO_EDGE = 0, //! Clamp to edge enumerator
3470 readonly CLAMP_TO_EDGE: GLenum; variable4509 readonly CLAMP_TO_EDGE: GLenum; variable4951 readonly CLAMP_TO_EDGE: GLenum; property
16501 readonly CLAMP_TO_EDGE: GLenum; variable17540 readonly CLAMP_TO_EDGE: GLenum; variable17982 readonly CLAMP_TO_EDGE: GLenum; property
3450 readonly CLAMP_TO_EDGE: GLenum; variable4489 readonly CLAMP_TO_EDGE: GLenum; variable4931 readonly CLAMP_TO_EDGE: GLenum; property
16481 readonly CLAMP_TO_EDGE: GLenum; variable17520 readonly CLAMP_TO_EDGE: GLenum; variable17962 readonly CLAMP_TO_EDGE: GLenum; property
15179 CLAMP_TO_EDGE: number; property15481 CLAMP_TO_EDGE: number; variable