HomeSort by: relevance | last modified time | path
    Searched refs:immutable (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/randr/
rrproviderproperty.c 114 prop->immutable = FALSE;
329 Bool pending, Bool range, Bool immutable,
342 else if (prop->immutable && !immutable)
374 prop->immutable = immutable;
459 .immutable = prop->immutable
568 if (prop->immutable) {
631 if (prop->immutable && stuff->delete
    [all...]
rrproperty.c 115 prop->immutable = FALSE;
353 Bool pending, Bool range, Bool immutable,
366 else if (prop->immutable && !immutable)
398 prop->immutable = immutable;
486 .immutable = prop->immutable
602 if (prop->immutable) {
666 if (prop->immutable && stuff->delete
    [all...]
randrstr.h 110 Bool immutable; member in struct:_rrProperty
1003 Bool pending, Bool range, Bool immutable,
1083 Bool pending, Bool range, Bool immutable,
  /xsrc/external/mit/xorg-server.old/dist/randr/
rrproperty.c 113 prop->immutable = FALSE;
333 Bool pending, Bool range, Bool immutable,
346 } else if (prop->immutable && !immutable)
373 prop->immutable = immutable;
458 rep.immutable = prop->immutable;
630 if (prop->immutable && stuff->delete)
randrstr.h 101 Bool immutable; member in struct:_rrProperty
851 Bool pending, Bool range, Bool immutable,
  /xsrc/external/mit/libXrandr/dist/src/
XrrProperty.c 122 prop_info->immutable = rep.immutable;
XrrProviderProperty.c 122 prop_info->immutable = rep.immutable;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_bufferobjects.c 227 buffer_usage(GLenum target, GLboolean immutable,
230 if (immutable) {
328 buffer_usage(target, st_obj->Base.Immutable, storageFlags, usage);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_bufferobjects.c 250 buffer_usage(GLenum target, GLboolean immutable,
253 /* "immutable" means that "storageFlags" was set by the user and "usage"
257 * Therefore, use storageFlags with immutable, else use "usage".
259 if (immutable) {
371 buffer_usage(target, st_obj->Base.Immutable, storageFlags, usage);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_algebraic.py 78 self.immutable = False;
82 assert not self.immutable, "Unknown replacement variable: " + name
88 self.immutable = True
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_algebraic.py 85 self.immutable = False;
89 assert not self.immutable, "Unknown replacement variable: " + name
95 self.immutable = True
  /xsrc/external/mit/libXrandr/dist/include/X11/extensions/
Xrandr.h 312 Bool immutable; member in struct:__anon5967
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
randrproto.h 333 BOOL immutable; member in struct:__anon11675
765 BOOL immutable; member in struct:__anon11710
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
teximage.c 1673 return !texObj->Immutable;
2010 "glTexImage%dD(immutable texture)", dimensions);
2145 reason = "immutable texture";
2551 "glCopyTexImage%dD(immutable texture)", dimensions);
3279 if (texObj->Immutable) {
3281 "glEGLImageTargetTexture2D(texture is immutable)");
5499 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller);
5799 GLboolean immutable, GLuint64 offset,
5835 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) {
5837 "%s(internalformat=%s not legal for immutable-format)"
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 1136 uint64_t value, Bool immutable)
1147 TRUE, immutable, 2, atom_range);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 1091 uint64_t value, Bool immutable)
1102 TRUE, immutable, 2, atom_range);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
teximage.c 1652 return !texObj->Immutable;
1990 "glTexImage%dD(immutable texture)", dimensions);
2125 reason = "immutable texture";
2554 "glCopyTexImage%dD(immutable texture)", dimensions);
3449 if (texObj->Immutable) {
3450 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(texture is immutable)", caller);
6369 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(immutable texture)", caller);
6779 GLboolean immutable, GLuint64 offset,
6815 if (immutable && !_mesa_is_legal_tex_storage_format(ctx, internalformat)) {
6817 "%s(internalformat=%s not legal for immutable-format)"
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 4475 uint64_t value, Bool immutable)
4486 TRUE, immutable, 2, atom_range);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 3229 uint64_t value, Bool immutable)
3240 TRUE, immutable, 2, atom_range);

Completed in 99 milliseconds