/third_party/python/Lib/test/ |
H A D | test_opcache.py | 31 attribute = Descriptor() variable in TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization.Metaclass 34 attribute = True variable in TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization.Class 43 return Class.attribute 57 def attribute(self): member in TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute.Metaclass 61 attribute = False variable in TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute.Class 64 return Class.attribute 74 attribute = True variable in TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization.Class 77 def attribute(self): function 81 return Class.attribute 86 Metaclass.attribute 94 def attribute(self): global() member in TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization.Metaclass 98 attribute = False global() variable in TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization.Class 147 attribute = False global() variable in TestLoadAttrCache.test_metaclass_getattribute.Class 158 def attribute(self): global() member in TestLoadAttrCache.test_metaclass_swap.OldMetaclass 163 def attribute(self): global() member in TestLoadAttrCache.test_metaclass_swap.NewMetaclass 254 attribute = Descriptor() global() variable in TestLoadMethodCache.test_descriptor_added_after_optimization.Class 262 def attribute(): global() function 285 attribute = Descriptor() global() variable in TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization.Metaclass 288 def attribute(): global() member in TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization.Class 312 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute.Metaclass 316 def attribute(): global() member in TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute.Class 330 def attribute(): global() member in TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization.Class 334 def attribute(self): global() function 351 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization.Metaclass 355 def attribute(): global() member in TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization.Class 397 def attribute(): global() member in TestLoadMethodCache.test_metaclass_getattribute.Class 409 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_swap.OldMetaclass 414 def attribute(self): global() member in TestLoadMethodCache.test_metaclass_swap.NewMetaclass [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
H A D | NVCtrlLib.h | 83 * Sets the attribute to the given value. The attributes and their 94 * BadValue - The screen or attribute doesn't exist. 101 unsigned int attribute, 107 * Sets the attribute to the given value. The attributes and their 114 * BadValue - The target or attribute doesn't exist. 122 unsigned int attribute, 137 unsigned int attribute, 153 unsigned int attribute, 159 * Returns True if the attribute exists. Returns False otherwise. 161 * value of the specified attribute 593 unsigned int attribute; global() member 618 unsigned int attribute; global() member 643 unsigned int attribute; global() member 669 unsigned int attribute; global() member 693 unsigned int attribute; global() member [all...] |
H A D | NVCtrl.c | 248 unsigned int attribute, in XNVCTRLSetTargetAttribute() 264 req->attribute = attribute; in XNVCTRLSetTargetAttribute() 274 unsigned int attribute, in XNVCTRLSetAttribute() 278 display_mask, attribute, value); in XNVCTRLSetAttribute() 287 unsigned int attribute, in XNVCTRLSetTargetAttributeAndGetStatus() 307 req->attribute = attribute; in XNVCTRLSetTargetAttributeAndGetStatus() 325 unsigned int attribute, in XNVCTRLSetAttributeAndGetStatus() 331 attribute, valu in XNVCTRLSetAttributeAndGetStatus() 243 XNVCTRLSetTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) XNVCTRLSetTargetAttribute() argument 270 XNVCTRLSetAttribute( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, int value ) XNVCTRLSetAttribute() argument 282 XNVCTRLSetTargetAttributeAndGetStatus( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int value ) XNVCTRLSetTargetAttributeAndGetStatus() argument 321 XNVCTRLSetAttributeAndGetStatus( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, int value ) XNVCTRLSetAttributeAndGetStatus() argument 335 XNVCTRLQueryTargetAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int *value ) XNVCTRLQueryTargetAttribute() argument 374 XNVCTRLQueryAttribute( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, int *value ) XNVCTRLQueryAttribute() argument 386 XNVCTRLQueryTargetAttribute64( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, int64_t *value ) XNVCTRLQueryTargetAttribute64() argument 426 XNVCTRLQueryTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char **ptr ) XNVCTRLQueryTargetStringAttribute() argument 482 XNVCTRLQueryStringAttribute( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, char **ptr ) XNVCTRLQueryStringAttribute() argument 495 XNVCTRLSetTargetStringAttribute( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *ptr ) XNVCTRLSetTargetStringAttribute() argument 540 XNVCTRLSetStringAttribute( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, char *ptr ) XNVCTRLSetStringAttribute() argument 553 XNVCTRLQueryValidTargetAttributeValues32( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) XNVCTRLQueryValidTargetAttributeValues32() argument 597 XNVCTRLQueryValidTargetStringAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) XNVCTRLQueryValidTargetStringAttributeValues() argument 641 XNVCTRLQueryValidTargetAttributeValues64( Display *dpy, XExtDisplayInfo *info, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) XNVCTRLQueryValidTargetAttributeValues64() argument 686 XNVCTRLQueryValidTargetAttributeValues( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) XNVCTRLQueryValidTargetAttributeValues() argument 730 XNVCTRLQueryValidAttributeValues( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, NVCTRLAttributeValidValuesRec *values ) XNVCTRLQueryValidAttributeValues() argument 744 QueryAttributePermissionsInternal( Display *dpy, unsigned int attribute, NVCTRLAttributePermissionsRec *permissions, unsigned int reqType ) QueryAttributePermissionsInternal() argument 781 XNVCTRLQueryAttributePermissions( Display *dpy, unsigned int attribute, NVCTRLAttributePermissionsRec *permissions ) XNVCTRLQueryAttributePermissions() argument 793 XNVCTRLQueryStringAttributePermissions( Display *dpy, unsigned int attribute, NVCTRLAttributePermissionsRec *permissions ) XNVCTRLQueryStringAttributePermissions() argument 805 XNVCTRLQueryBinaryDataAttributePermissions( Display *dpy, unsigned int attribute, NVCTRLAttributePermissionsRec *permissions ) XNVCTRLQueryBinaryDataAttributePermissions() argument 817 XNVCTRLQueryStringOperationAttributePermissions( Display *dpy, unsigned int attribute, NVCTRLAttributePermissionsRec *permissions ) XNVCTRLQueryStringOperationAttributePermissions() argument 969 XNVCTRLQueryTargetBinaryData( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, unsigned char **ptr, int *len ) XNVCTRLQueryTargetBinaryData() argument 1027 XNVCTRLQueryBinaryData( Display *dpy, int screen, unsigned int display_mask, unsigned int attribute, unsigned char **ptr, int *len ) XNVCTRLQueryBinaryData() argument 1040 XNVCTRLStringOperation( Display *dpy, int target_type, int target_id, unsigned int display_mask, unsigned int attribute, char *pIn, char **ppOut ) XNVCTRLStringOperation() argument [all...] |
/third_party/mesa3d/src/glx/ |
H A D | dri_common_query_renderer.c | 57 dri2_convert_glx_query_renderer_attribs(int attribute) in dri2_convert_glx_query_renderer_attribs() argument 62 if (query_renderer_map[i].glx_attrib == attribute) in dri2_convert_glx_query_renderer_attribs() 70 dri_convert_context_profile_bits(int attribute, unsigned int *value) in dri_convert_context_profile_bits() argument 72 if (attribute == GLX_RENDERER_PREFERRED_PROFILE_MESA) { in dri_convert_context_profile_bits() 81 dri2_query_renderer_integer(struct glx_screen *base, int attribute, in dri2_query_renderer_integer() argument 92 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute); in dri2_query_renderer_integer() 99 dri_convert_context_profile_bits(attribute, value); in dri2_query_renderer_integer() 105 dri2_query_renderer_string(struct glx_screen *base, int attribute, in dri2_query_renderer_string() argument 114 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute); in dri2_query_renderer_string() 124 dri3_query_renderer_integer(struct glx_screen *base, int attribute, in dri3_query_renderer_integer() argument 148 dri3_query_renderer_string(struct glx_screen *base, int attribute, const char **value) dri3_query_renderer_string() argument 167 drisw_query_renderer_integer(struct glx_screen *base, int attribute, unsigned int *value) drisw_query_renderer_integer() argument 191 drisw_query_renderer_string(struct glx_screen *base, int attribute, const char **value) drisw_query_renderer_string() argument [all...] |
H A D | query_renderer.c | 29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, in __glXQueryRendererInteger() argument 42 switch (attribute) { in __glXQueryRendererInteger() 67 err = psc->vtable->query_renderer_integer(psc, attribute, buffer); in __glXQueryRendererInteger() 80 int renderer, int attribute, in glXQueryRendererIntegerMESA() 101 return __glXQueryRendererInteger(psc, attribute, value); in glXQueryRendererIntegerMESA() 105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) in glXQueryCurrentRendererIntegerMESA() argument 112 return __glXQueryRendererInteger(gc->psc, attribute, value); in glXQueryCurrentRendererIntegerMESA() 116 __glXQueryRendererString(struct glx_screen *psc, int attribute) in __glXQueryRendererString() argument 127 switch (attribute) { in __glXQueryRendererString() 135 err = psc->vtable->query_renderer_string(psc, attribute, in __glXQueryRendererString() 79 glXQueryRendererIntegerMESA(Display *dpy, int screen, int renderer, int attribute, unsigned int *value) glXQueryRendererIntegerMESA() argument 140 glXQueryRendererStringMESA(Display *dpy, int screen, int renderer, int attribute) glXQueryRendererStringMESA() argument 165 glXQueryCurrentRendererStringMESA(int attribute) glXQueryCurrentRendererStringMESA() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TimeProfiler.cpp | 120 J.attribute("pid", 1); in Write() 121 J.attribute("tid", 0); in Write() 122 J.attribute("ph", "X"); in Write() 123 J.attribute("ts", StartUs); in Write() 124 J.attribute("dur", DurUs); in Write() 125 J.attribute("name", E.Name); in Write() 127 J.attributeObject("args", [&] { J.attribute("detail", E.Detail); }); in Write() 150 J.attribute("pid", 1); in Write() 151 J.attribute("tid", Tid); in Write() 152 J.attribute("p in Write() [all...] |
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluStrUtil.hpp | 34 deUint32 attribute; member 36 ConfigAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ConfigAttribValueFmt() 41 deUint32 attribute; member 43 SurfaceAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in SurfaceAttribValueFmt() 48 deUint32 attribute; member 50 ContextAttribValueFmt (deUint32 attribute_, int value_) : attribute(attribute_), value(value_) {} in ContextAttribValueFmt() 71 inline ConfigAttribValueFmt getConfigAttribValueStr (deUint32 attribute, int value) { return ConfigAttribValueFmt(attribute, value); } in getConfigAttribValueStr() argument 74 inline SurfaceAttribValueFmt getSurfaceAttribValueStr (deUint32 attribute, int value) { return SurfaceAttribValueFmt(attribute, valu argument 77 getContextAttribValueStr(deUint32 attribute, int value) getContextAttribValueStr() argument [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | filters.py | 64 def make_attrgetter(environment, attribute, postprocess=None, default=None): 65 """Returns a callable that looks up the given attribute from a 70 attribute = _prepare_attribute_parts(attribute) 73 for part in attribute: 87 def make_multi_attrgetter(environment, attribute, postprocess=None): 90 Dots are allowed to access attributes of each attribute. Integer 94 attribute values. 96 Examples of attribute: "attr1,attr2", "attr1.inner1.0,attr2.inner2.0", etc. 99 attribute [all...] |
H A D | asyncfilters.py | 76 async def do_groupby(environment, value, attribute): 77 expr = filters.make_attrgetter(environment, attribute) 87 async def do_join(eval_ctx, value, d=u"", attribute=None): 88 return filters.do_join(eval_ctx, await auto_to_seq(value), d, attribute) 125 async def do_sum(environment, iterable, attribute=None, start=0): 127 if attribute is not None: 128 func = filters.make_attrgetter(environment, attribute)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 64 def make_attrgetter(environment, attribute, postprocess=None, default=None): 65 """Returns a callable that looks up the given attribute from a 70 attribute = _prepare_attribute_parts(attribute) 73 for part in attribute: 87 def make_multi_attrgetter(environment, attribute, postprocess=None): 90 Dots are allowed to access attributes of each attribute. Integer 94 attribute values. 96 Examples of attribute: "attr1,attr2", "attr1.inner1.0,attr2.inner2.0", etc. 99 attribute [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 62 def make_attrgetter(environment, attribute, postprocess=None): 63 """Returns a callable that looks up the given attribute from a 68 if attribute is None: 69 attribute = [] 70 elif isinstance(attribute, string_types): 71 attribute = [int(x) if x.isdigit() else x for x in attribute.split('.')] 73 attribute = [attribute] 76 for part in attribute [all...] |
H A D | asyncfilters.py | 70 async def do_groupby(environment, value, attribute): 71 expr = filters.make_attrgetter(environment, attribute) 78 async def do_join(eval_ctx, value, d=u'', attribute=None): 79 return filters.do_join(eval_ctx, await auto_to_seq(value), d, attribute) 116 async def do_sum(environment, iterable, attribute=None, start=0): 118 if attribute is not None: 119 func = filters.make_attrgetter(environment, attribute)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | generate-core-block.rb | 17 extension_enum_offset = 1000000000 + ((extension.attribute('number').content.to_i - 1) * 1000) 22 if require.attribute('extension') 24 if require.attribute('extension').content == dependency 33 puts "Extension interaction with " + require.attribute('extension').content + " needs addressing!" 42 if /.+_EXTENSION_NAME/.match(element.attribute('name').content) == nil && 43 /.+_SPEC_VERSION/.match(element.attribute('name').content) == nil 49 attributes['value'] = element.attribute('offset').content.to_i + extension_enum_offset 67 if /.+_EXTENSION_NAME/.match(element.attribute('name').content) || 68 /.+_SPEC_VERSION/.match(element.attribute('name').content) 71 old_name = element.attribute('nam [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogParser.cpp | 89 const char* attribute = m_containerParser.getSessionInfoAttribute(); in parse() local 92 if (deStringEqual(attribute, "releaseName")) in parse() 94 else if (deStringEqual(attribute, "releaseId")) in parse() 96 else if (deStringEqual(attribute, "targetName")) in parse() 98 else if (deStringEqual(attribute, "candyTargetName")) in parse() 100 else if (deStringEqual(attribute, "configName")) in parse() 102 else if (deStringEqual(attribute, "resultName")) in parse() 104 else if (deStringEqual(attribute, "timestamp")) in parse() 106 else if (deStringEqual(attribute, "commandLineParameters")) in parse()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_xml_utils.cc | 42 for (const TiXmlAttribute* attribute = node->ToElement()->FirstAttribute(); in GetAttribute() 43 attribute != NULL; attribute = attribute->Next()) { in GetAttribute() 44 if (attribute->Name() == name) { in GetAttribute() 45 return attribute; in GetAttribute()
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 132 EGLint attribute, in eglGetConfigAttrib() 136 return EGL_GetConfigAttrib(dpy, config, attribute, value); in eglGetConfigAttrib() 195 EGLint attribute, in eglQueryContext() 199 return EGL_QueryContext(dpy, ctx, attribute, value); in eglQueryContext() 210 EGLint attribute, in eglQuerySurface() 214 return EGL_QuerySurface(dpy, surface, attribute, value); in eglQuerySurface() 256 EGLint attribute, in eglSurfaceAttrib() 260 return EGL_SurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib() 374 EGLint attribute, in eglGetSyncAttrib() 378 return EGL_GetSyncAttrib(dpy, sync, attribute, valu in eglGetSyncAttrib() 130 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) eglGetConfigAttrib() argument 193 eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) eglQueryContext() argument 208 eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) eglQuerySurface() argument 254 eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) eglSurfaceAttrib() argument 372 eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value) eglGetSyncAttrib() argument 494 eglQueryDisplayAttribANGLE(EGLDisplay dpy, EGLint attribute, EGLAttrib *value) eglQueryDisplayAttribANGLE() argument 556 eglQuerySurfacePointerANGLE(EGLDisplay dpy, EGLSurface surface, EGLint attribute, void **value) eglQuerySurfacePointerANGLE() argument 624 eglQueryDeviceAttribEXT(EGLDeviceEXT device, EGLint attribute, EGLAttrib *value) eglQueryDeviceAttribEXT() argument 638 eglQueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib *value) eglQueryDisplayAttribEXT() argument 687 eglQueryDebugKHR(EGLint attribute, EGLAttrib *value) eglQueryDebugKHR() argument 715 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) eglGetSyncAttribKHR() argument 750 eglQuerySurface64KHR(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLAttribKHR *value) eglQuerySurface64KHR() argument 785 eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value) eglQueryStreamKHR() argument 794 eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value) eglQueryStreamu64KHR() argument 803 eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value) eglStreamAttribKHR() argument [all...] |
/third_party/node/test/fixtures/wpt/url/ |
H A D | url-setters-a-area.window.js | 29 for (var attribute in test_case.expected) { 30 assert_equals(url[attribute], test_case.expected[attribute]) 37 for (var attribute in test_case.expected) { 38 assert_equals(url[attribute], test_case.expected[attribute])
|
/third_party/jinja2/ |
H A D | filters.py | 57 attribute: t.Optional[t.Union[str, int]], 61 """Returns a callable that looks up the given attribute from a 66 parts = _prepare_attribute_parts(attribute) 85 attribute: t.Optional[t.Union[str, int]], 90 Dots are allowed to access attributes of each attribute. Integer 94 attribute values. 96 Examples of attribute: "attr1,attr2", "attr1.inner1.0,attr2.inner2.0", etc. 98 if isinstance(attribute, str): 99 split: t.Sequence[t.Union[str, int, None]] = attribute.split(",") 101 split = [attribute] [all...] |
H A D | asyncfilters.py | 76 async def do_groupby(environment, value, attribute): 77 expr = filters.make_attrgetter(environment, attribute) 87 async def do_join(eval_ctx, value, d=u"", attribute=None): 88 return filters.do_join(eval_ctx, await auto_to_seq(value), d, attribute) 125 async def do_sum(environment, iterable, attribute=None, start=0): 127 if attribute is not None: 128 func = filters.make_attrgetter(environment, attribute)
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
H A D | decode-attributes.any.js | 8 // the encoding attribute. We assume that if this subset works correctly, the 21 }, `encoding attribute should have correct value for '${label}'`); 28 }, `setting fatal to '${falseValue}' should set the attribute to false`); 33 }, `setting ignoreBOM to '${falseValue}' should set the attribute to false`); 40 }, `setting fatal to '${trueValue}' should set the attribute to true`); 45 }, `setting ignoreBOM to '${trueValue}' should set the attribute to true`);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | libEGL.cpp | 328 EGLBoolean EGLAPIENTRY GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in GetConfigAttrib() argument 330 TRACE("(EGLDisplay dpy = %p, EGLConfig config = %p, EGLint attribute = %d, EGLint *value = %p)", in GetConfigAttrib() 331 dpy, config, attribute, value); in GetConfigAttrib() 342 if(!display->getConfigAttrib(config, attribute, value)) in GetConfigAttrib() 477 EGLBoolean EGLAPIENTRY QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in QuerySurface() argument 479 TRACE("(EGLDisplay dpy = %p, EGLSurface surface = %p, EGLint attribute = %d, EGLint *value = %p)", in QuerySurface() 480 dpy, surface, attribute, value); in QuerySurface() 497 switch(attribute) in QuerySurface() 651 EGLBoolean EGLAPIENTRY SurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in SurfaceAttrib() argument 653 TRACE("(EGLDisplay dpy = %p, EGLSurface surface = %p, EGLint attribute in SurfaceAttrib() 1059 QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) QueryContext() argument 1466 GetSyncAttrib(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLAttrib *value) GetSyncAttrib() argument 1507 GetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) GetSyncAttribKHR() argument [all...] |
H A D | Config.cpp | 207 #define SORT_SMALLER(attribute) \ in operator ()() 208 if(x.attribute != y.attribute) \ in operator ()() 210 return x.attribute < y.attribute; \ in operator ()() 267 // When multiple instances of the same attribute are present, last wins. 295 #define SORT_SMALLER(attribute) \ 296 if(x->attribute != y->attribute) \ 298 return x->attribute < [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL_autogen.h | 58 EGLint attribute, 82 EGLint attribute, 88 EGLint attribute, 109 EGLint attribute, 169 EGLint attribute, 242 EGLint attribute, 280 EGLint attribute, 325 EGLint attribute, 332 EGLint attribute, 360 bool ValidateQueryDebugKHR(const ValidationContext *val, EGLint attribute, cons [all...] |
H A D | validationEGL.cpp | 102 const EGLAttrib attribute, in ValidateStreamAttribute() 106 switch (attribute) in ValidateStreamAttribute() 135 val->setError(EGL_BAD_ATTRIBUTE, "Invalid stream attribute"); in ValidateStreamAttribute() 173 EGLAttrib attribute) in ValidateConfigAttribute() 175 switch (attribute) in ValidateConfigAttribute() 270 val->setError(EGL_BAD_ATTRIBUTE, "Unknown attribute: 0x%04" PRIxPTR "X", attribute); in ValidateConfigAttribute() 279 EGLAttrib attribute, in ValidateConfigAttributeValue() 282 switch (attribute) in ValidateConfigAttributeValue() 294 val->setError(EGL_BAD_ATTRIBUTE, "EGL_bind_to_texture invalid attribute in ValidateConfigAttributeValue() 101 ValidateStreamAttribute(const ValidationContext *val, const EGLAttrib attribute, const EGLAttrib value, const DisplayExtensions &extensions) ValidateStreamAttribute() argument 171 ValidateConfigAttribute(const ValidationContext *val, const Display *display, EGLAttrib attribute) ValidateConfigAttribute() argument 277 ValidateConfigAttributeValue(const ValidationContext *val, const Display *display, EGLAttrib attribute, EGLAttrib value) ValidateConfigAttributeValue() argument 1301 EGLAttrib attribute = attributeIter.first; ValidateCreateSyncBase() local 1345 ValidateGetSyncAttribBase(const ValidationContext *val, const Display *display, const Sync *sync, EGLint attribute) ValidateGetSyncAttribBase() argument 1381 ValidateQueryDisplayAttribBase(const ValidationContext *val, const Display *display, const EGLint attribute) ValidateQueryDisplayAttribBase() argument 1414 ValidateCreateContextAttribute(const ValidationContext *val, const Display *display, EGLAttrib attribute) ValidateCreateContextAttribute() argument 1634 ValidateCreateContextAttributeValue(const ValidationContext *val, const Display *display, const gl::Context *shareContext, EGLAttrib attribute, EGLAttrib value) ValidateCreateContextAttributeValue() argument 1881 ValidateCreatePbufferSurfaceAttribute(const ValidationContext *val, const Display *display, EGLAttrib attribute) ValidateCreatePbufferSurfaceAttribute() argument 1928 ValidateCreatePbufferSurfaceAttributeValue(const ValidationContext *val, const Display *display, EGLAttrib attribute, EGLAttrib value) ValidateCreatePbufferSurfaceAttributeValue() argument 2265 EGLAttrib attribute = attributePair.first; ValidateCreateContext() local 2372 EGLAttrib attribute = attributeIter.first; ValidateCreateWindowSurface() local 2544 EGLAttrib attribute = attributeIter.first; ValidateCreatePbufferSurface() local 2667 EGLAttrib attribute = attributeIter->first; ValidateCreatePbufferFromClientBuffer() local 2911 EGLAttrib attribute = attributePair.first; ValidateCreatePixmapSurface() local 3117 EGLAttrib attribute = attributeIter->first; ValidateCreateImage() local 3940 ValidateGetSyncAttrib(const ValidationContext *val, const Display *display, const Sync *sync, EGLint attribute, const EGLAttrib *value) ValidateGetSyncAttrib() argument 3954 ValidateGetSyncAttribKHR(const ValidationContext *val, const Display *display, const Sync *sync, EGLint attribute, const EGLint *value) ValidateGetSyncAttribKHR() argument 3985 EGLAttrib attribute = attributeIter.first; ValidateCreateStreamKHR() local 4002 ValidateStreamAttribKHR(const ValidationContext *val, const Display *display, const Stream *stream, EGLenum attribute, EGLint value) ValidateStreamAttribKHR() argument 4019 ValidateQueryStreamKHR(const ValidationContext *val, const Display *display, const Stream *stream, EGLenum attribute, const EGLint *value) ValidateQueryStreamKHR() argument 4047 ValidateQueryStreamu64KHR(const ValidationContext *val, const Display *display, const Stream *stream, EGLenum attribute, const EGLuint64KHR *value) ValidateQueryStreamu64KHR() argument 4268 EGLAttrib attribute = attributeIter.first; ValidateStreamConsumerGLTextureExternalAttribsNV() local 4467 EGLAttrib attribute = attributeIter.first; ValidateStreamPostD3DTextureANGLE() local 4885 ValidateGetConfigAttrib(const ValidationContext *val, const Display *display, const Config *config, EGLint attribute, const EGLint *value) ValidateGetConfigAttrib() argument 5123 ValidateSurfaceAttrib(const ValidationContext *val, const Display *display, const Surface *surface, EGLint attribute, EGLint value) ValidateSurfaceAttrib() argument 5256 ValidateQuerySurface(const ValidationContext *val, const Display *display, const Surface *surface, EGLint attribute, const EGLint *value) ValidateQuerySurface() argument 5399 ValidateQueryContext(const ValidationContext *val, const Display *display, const gl::Context *context, EGLint attribute, const EGLint *value) ValidateQueryContext() argument 5478 ValidateQueryDebugKHR(const ValidationContext *val, EGLint attribute, const EGLAttrib *value) ValidateQueryDebugKHR() argument 5759 ValidateQueryDisplayAttribEXT(const ValidationContext *val, const Display *display, const EGLint attribute, const EGLAttrib *value) ValidateQueryDisplayAttribEXT() argument 5768 ValidateQueryDisplayAttribANGLE(const ValidationContext *val, const Display *display, const EGLint attribute, const EGLAttrib *value) ValidateQueryDisplayAttribANGLE() argument 5813 EGLAttrib attribute = attributeIter->first; ValidateCreateNativeClientBufferANDROID() local 5929 ValidateQuerySurfacePointerANGLE(const ValidationContext *val, const Display *display, const Surface *eglSurface, EGLint attribute, void *const *value) ValidateQuerySurfacePointerANGLE() argument 6003 ValidateQueryDeviceAttribEXT(const ValidationContext *val, const Device *device, EGLint attribute, const EGLAttrib *value) ValidateQueryDeviceAttribEXT() argument 6255 EGLAttrib attribute = attributeIter.first; ValidateLockSurfaceKHR() local 6283 ValidateQuerySurface64KHR(const ValidationContext *val, const egl::Display *dpy, const Surface *surface, EGLint attribute, const EGLAttribKHR *value) ValidateQuerySurface64KHR() argument [all...] |
/third_party/node/deps/v8/third_party/ittapi/include/legacy/ |
H A D | ittnotify.h | 128 * For functions declared inline, this attribute inlines the function even 366 * @brief possible value of attribute argument for sync object type 372 * @brief possible value of attribute argument for sync object type 386 * @param[in] attribute - one of [#__itt_attr_barrier, #__itt_attr_mutex] values which defines the 390 void ITTAPI __itt_sync_set_nameA(void *addr, const char *objtype, const char *objname, int attribute); 391 void ITTAPI __itt_sync_set_nameW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute); 400 void ITTAPI __itt_sync_set_name(void *addr, const char* objtype, const char* objname, int attribute); 407 ITT_STUBV(ITTAPI, void, sync_set_nameA, (void *addr, const char *objtype, const char *objname, int attribute)) 408 ITT_STUBV(ITTAPI, void, sync_set_nameW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute)) 410 ITT_STUBV(ITTAPI, void, sync_set_name, (void *addr, const char *objtype, const char *objname, int attribute)) [all...] |