Searched refs:getAttrib (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | extensionmetadocgenerator.py | 648 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/ |
D | EglWindowSurface.h | 36 bool getAttrib(EGLint attrib,EGLint* val);
|
D | EglPbufferSurface.cpp | 48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglPbufferSurface
|
D | EglPbufferSurface.h | 34 bool getAttrib(EGLint attrib,EGLint* val);
|
D | EglWindowSurface.cpp | 49 bool EglWindowSurface::getAttrib(EGLint attrib,EGLint* val) { in getAttrib() function in EglWindowSurface
|
D | EglSurface.h | 45 virtual bool getAttrib(EGLint attrib, EGLint* val) = 0;
|
D | EglContext.h | 50 bool getAttrib(EGLint attrib, EGLint* value);
|
D | EglImp.cpp | 853 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 …]
|
D | EglContext.cpp | 171 bool EglContext::getAttrib(EGLint attrib,EGLint* value) { in getAttrib() function in EglContext
|