Home
last modified time | relevance | path

Searched refs:getAttrib (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dextensionmetadocgenerator.py648 number = self.getAttrib(interface, 'number')
649 ext_type = self.getAttrib(interface, 'type')
654 …depends = self.getAttrib(interface, 'depends', OPTIONAL) # TODO should default to VK_VERSION_1_…
655 contact = self.getAttrib(interface, 'contact', OPTIONAL)
656 promotedTo = self.getAttrib(interface, 'promotedto', OPTIONAL)
657 deprecatedBy = self.getAttrib(interface, 'deprecatedby', OPTIONAL)
658 obsoletedBy = self.getAttrib(interface, 'obsoletedby', OPTIONAL)
659 provisional = self.getAttrib(interface, 'provisional', OPTIONAL, 'false')
660 specialuse = self.getAttrib(interface, 'specialuse', OPTIONAL)
661 ratified = self.getAttrib(interface, 'ratified', OPTIONAL, '')
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglWindowSurface.h36 bool getAttrib(EGLint attrib,EGLint* val);
DEglPbufferSurface.cpp48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglPbufferSurface
DEglPbufferSurface.h34 bool getAttrib(EGLint attrib,EGLint* val);
DEglWindowSurface.cpp49 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglWindowSurface
DEglSurface.h45 virtual bool getAttrib(EGLint attrib, EGLint* val) = 0;
DEglContext.h50 bool getAttrib(EGLint attrib, EGLint* value);
DEglImp.cpp853 tmpPbSurfacePtr->getAttrib(EGL_MIPMAP_TEXTURE, &pbinfo.hasMipmap); in eglCreatePbufferSurface()
883 if(!srfc->getAttrib(attribute,value)) { in eglQuerySurface()
1068 surface->getAttrib(EGL_WIDTH, width); in sGetPbufferSurfaceGLProperties()
1069 surface->getAttrib(EGL_HEIGHT, height); in sGetPbufferSurfaceGLProperties()
1070 surface->getAttrib(EGL_RED_SIZE, &r); in sGetPbufferSurfaceGLProperties()
1071 surface->getAttrib(EGL_GREEN_SIZE, &g); in sGetPbufferSurfaceGLProperties()
1072 surface->getAttrib(EGL_BLUE_SIZE, &b); in sGetPbufferSurfaceGLProperties()
1073 surface->getAttrib(EGL_ALPHA_SIZE, &a); in sGetPbufferSurfaceGLProperties()
1074 surface->getAttrib(EGL_DEPTH_SIZE, &d); in sGetPbufferSurfaceGLProperties()
1075 surface->getAttrib(EGL_STENCIL_SIZE, &s); in sGetPbufferSurfaceGLProperties()
[all …]
DEglContext.cpp171 bool EglContext::getAttrib(EGLint attrib,EGLint* value) { in getAttrib() function in EglContext