Home | History | Annotate | Download | only in executor

Lines Matching defs:toInt

39 static inline int toInt (const char* str)
529 image->width = toInt(getAttribute("Width"));
530 image->height = toInt(getAttribute("Height"));
603 config->bufferSize = toInt(getAttribute("BufferSize"));
604 config->redSize = toInt(getAttribute("RedSize"));
605 config->greenSize = toInt(getAttribute("GreenSize"));
606 config->blueSize = toInt(getAttribute("BlueSize"));
607 config->luminanceSize = toInt(getAttribute("LuminanceSize"));
608 config->alphaSize = toInt(getAttribute("AlphaSize"));
609 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize"));
614 config->configID = toInt(getAttribute("ConfigID"));
616 config->depthSize = toInt(getAttribute("DepthSize"));
617 config->level = toInt(getAttribute("Level"));
618 config->maxPBufferWidth = toInt(getAttribute("MaxPBufferWidth"));
619 config->maxPBufferHeight = toInt(getAttribute("MaxPBufferHeight"));
620 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels"));
621 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval"));
622 config->minSwapInterval = toInt(getAttribute("MinSwapInterval"));
625 config->sampleBuffers = toInt(getAttribute("SampleBuffers"));
626 config->samples = toInt(getAttribute("Samples"));
627 config->stencilSize = toInt(getAttribute("StencilSize"));
630 config->transparentRedValue = toInt(getAttribute("TransparentRedValue"));
631 config->transparentGreenValue = toInt(getAttribute("TransparentGreenValue"));
632 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue"));