Lines Matching refs:config
630 ri::EglConfig* config = curList->allocItem<ri::EglConfig>();
631 config->bufferSize = toInt(getAttribute("BufferSize"));
632 config->redSize = toInt(getAttribute("RedSize"));
633 config->greenSize = toInt(getAttribute("GreenSize"));
634 config->blueSize = toInt(getAttribute("BlueSize"));
635 config->luminanceSize = toInt(getAttribute("LuminanceSize"));
636 config->alphaSize = toInt(getAttribute("AlphaSize"));
637 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize"));
638 config->bindToTextureRGB = toBool(getAttribute("BindToTextureRGB"));
639 config->bindToTextureRGBA = toBool(getAttribute("BindToTextureRGBA"));
640 config->colorBufferType = getAttribute("ColorBufferType");
641 config->configCaveat = getAttribute("ConfigCaveat");
642 config->configID = toInt(getAttribute("ConfigID"));
643 config->conformant = getAttribute("Conformant");
644 config->depthSize = toInt(getAttribute("DepthSize"));
645 config->level = toInt(getAttribute("Level"));
646 config->maxPBufferWidth = toInt(getAttribute("MaxPBufferWidth"));
647 config->maxPBufferHeight = toInt(getAttribute("MaxPBufferHeight"));
648 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels"));
649 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval"));
650 config->minSwapInterval = toInt(getAttribute("MinSwapInterval"));
651 config->nativeRenderable = toBool(getAttribute("NativeRenderable"));
652 config->renderableType = getAttribute("RenderableType");
653 config->sampleBuffers = toInt(getAttribute("SampleBuffers"));
654 config->samples = toInt(getAttribute("Samples"));
655 config->stencilSize = toInt(getAttribute("StencilSize"));
656 config->surfaceTypes = getAttribute("SurfaceTypes");
657 config->transparentType = getAttribute("TransparentType");
658 config->transparentRedValue = toInt(getAttribute("TransparentRedValue"));
659 config->transparentGreenValue = toInt(getAttribute("TransparentGreenValue"));
660 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue"));
661 item = config;