Lines Matching refs:value

458                  EGLint attribute, EGLint *value)
462 *value = surface->Width;
465 *value = surface->Height;
468 *value = surface->Config->ConfigID;
472 *value = surface->LargestPbuffer;
477 *value = surface->TextureFormat;
481 *value = surface->TextureTarget;
485 *value = surface->MipmapTexture;
489 *value = surface->MipmapLevel;
492 *value = surface->SwapBehavior;
499 * attribute value specified when the surface was created or last set
502 * In other words, querying a window surface returns the value most
515 *value = surface->RequestedRenderBuffer;
518 *value = EGL_BACK_BUFFER;
521 *value = EGL_SINGLE_BUFFER;
526 *value = surface->AspectRatio;
529 *value = surface->HorizontalResolution;
532 *value = surface->VerticalResolution;
535 *value = surface->MultisampleResolve;
538 *value = surface->VGAlphaFormat;
541 *value = surface->VGColorspace;
547 *value = surface->GLColorspace;
550 *value = surface->PostSubBufferSupportedNV;
555 * alias with the same numeric value.
570 *value = result;
574 *value = surface->HdrMetadata.display_primary_r.x;
577 *value = surface->HdrMetadata.display_primary_r.y;
580 *value = surface->HdrMetadata.display_primary_g.x;
583 *value = surface->HdrMetadata.display_primary_g.y;
586 *value = surface->HdrMetadata.display_primary_b.x;
589 *value = surface->HdrMetadata.display_primary_b.y;
592 *value = surface->HdrMetadata.white_point.x;
595 *value = surface->HdrMetadata.white_point.y;
598 *value = surface->HdrMetadata.max_luminance;
601 *value = surface->HdrMetadata.min_luminance;
604 *value = surface->HdrMetadata.max_cll;
607 *value = surface->HdrMetadata.max_fall;
612 *value = surface->ProtectedContent;
617 *value = surface->PresentOpaque;
632 EGLint attribute, EGLint value)
647 surface->MipmapLevel = value;
650 switch (value) {
664 surface->MultisampleResolve = value;
672 if (value != EGL_BACK_BUFFER && value != EGL_SINGLE_BUFFER) {
689 surface->RequestedRenderBuffer = value;
692 switch (value) {
706 surface->SwapBehavior = value;
709 surface->HdrMetadata.display_primary_r.x = value;
712 surface->HdrMetadata.display_primary_r.y = value;
715 surface->HdrMetadata.display_primary_g.x = value;
718 surface->HdrMetadata.display_primary_g.y = value;
721 surface->HdrMetadata.display_primary_b.x = value;
724 surface->HdrMetadata.display_primary_b.y = value;
727 surface->HdrMetadata.white_point.x = value;
730 surface->HdrMetadata.white_point.y = value;
733 surface->HdrMetadata.max_luminance = value;
736 surface->HdrMetadata.min_luminance = value;
739 surface->HdrMetadata.max_cll = value;
742 surface->HdrMetadata.max_fall = value;