Home
last modified time | relevance | path

Searched refs:getAttrib (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp124 int getAttrib (int attribute);
156 unsigned int getAttrib (int attribute);
316 int GlxVisual::getAttrib (int attribute) in getAttrib() function in tcu::lnx::x11::glx::GlxVisual
425 unsigned GlxDrawable::getAttrib (int attrib) in getAttrib() function in tcu::lnx::x11::glx::GlxDrawable
458 *width = getAttrib(GLX_WIDTH); in getDimensions()
460 *height = getAttrib(GLX_HEIGHT); in getDimensions()
509 return visual.getAttrib(GLX_FBCONFIG_ID) == renderCfg.id; in configMatches()
515 requested != visual.getAttrib(it->glxAttribute)) in configMatches()
522 if ((visual.getAttrib(GLX_DRAWABLE_TYPE) & bits) == 0) in configMatches()
565 if (visual.getAttrib(GLX_DOUBLEBUFFE in configRank()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py712 number = self.getAttrib(interface, 'number',
714 ext_type = self.getAttrib(interface, 'type',
723 depends = self.getAttrib(interface, 'depends', OPTIONAL) # TODO should default to base API version 1.0?
724 contact = self.getAttrib(interface, 'contact', OPTIONAL)
725 promotedTo = self.getAttrib(interface, 'promotedto', OPTIONAL)
726 deprecatedBy = self.getAttrib(interface, 'deprecatedby', OPTIONAL)
727 obsoletedBy = self.getAttrib(interface, 'obsoletedby', OPTIONAL)
728 provisional = self.getAttrib(interface, 'provisional', OPTIONAL, 'false')
729 specialuse = self.getAttrib(interface, 'specialuse', OPTIONAL)
730 ratified = self.getAttrib(interfac
756 def getAttrib(self, elem, attribute, required=True, default=None): global() member in ExtensionMetaDocOutputGenerator
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp496 auto getAttrib = [this](int attrib) { in generateConfigs() local
514 config.bindToTextureRGB = (getAttrib(WGL_BIND_TO_TEXTURE_RGB_ARB) == TRUE); in generateConfigs()
515 config.bindToTextureRGBA = (getAttrib(WGL_BIND_TO_TEXTURE_RGBA_ARB) == TRUE); in generateConfigs()
522 config.maxPBufferWidth = getAttrib(WGL_MAX_PBUFFER_WIDTH_ARB); in generateConfigs()
523 config.maxPBufferHeight = getAttrib(WGL_MAX_PBUFFER_HEIGHT_ARB); in generateConfigs()
524 config.maxPBufferPixels = getAttrib(WGL_MAX_PBUFFER_PIXELS_ARB); in generateConfigs()
536 ((getAttrib(WGL_DRAW_TO_PBUFFER_ARB) == TRUE) ? EGL_PBUFFER_BIT : 0) | in generateConfigs()
537 ((getAttrib(WGL_SWAP_METHOD_ARB) == WGL_SWAP_COPY_ARB) ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT in generateConfigs()

Completed in 5 milliseconds