• Home
  • Raw
  • Download

Lines Matching refs:may

57     range may have been modified.  Further, it allows the application to more
87 All or part of the data store of a buffer object may be mapped into the
101 may be used to modify and/or query the corresponding range of the buffer,
104 * MAP_READ_BIT_EXT indicates that the returned pointer may be used to
107 and system errors (possibly including program termination) may occur.
109 * MAP_WRITE_BIT_EXT indicates that the returned pointer may be used to
112 and system errors (possibly including program termination) may occur.
114 Pointer values returned by MapBufferRangeEXT may not be passed as
115 parameter values to GL commands. For example, they may not be used to
118 may not check for such behavior for performance reasons.
120 Mappings to the data stores of buffer objects may have nonstandard
121 performance characteristics. For example, such mappings may be marked as
122 uncacheable regions of memory, and in such cases reading from them may be
128 The following optional flag bits in <access> may be used to modify the
132 the specified range may be discarded. Data within this range are undefined
135 undefined and system errors (possibly including program termination) may
136 occur. This flag may not be used in combination with MAP_READ_BIT_EXT.
139 the entire buffer may be discarded. Data within the entire buffer are
143 termination) may occur. This flag may not be used in combination with
147 subranges of the mapping may be modified. When this flag is set,
151 subrange of the buffer is undefined. This flag may only be used in
198 program termination) may occur.
201 modifications to the mapped range may be indicated by calling
209 currently mapped range of buffer. FlushMappedBufferRangeEXT may be
304 Version 2, 2012/06/18 - Correct spec to indicate ES 1.1 may also be okay.