Home
last modified time | relevance | path

Searched refs:recordable (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h72 EGLBoolean recordable; // EGL_TRUE if a surface can support recording on Android member
DConfig.cpp63 recordable(EGL_FALSE) in Config()
361 match = config.recordable == static_cast<EGLBoolean>(attributeValue); in filter()
DCaps.h906 bool recordable = false; member
DDisplay.cpp1306 mDisplayExtensions.recordable = true; in initDisplayExtensions()
DCaps.cpp1187 …InsertExtensionString("EGL_ANDROID_recordable", recordable, … in getStrings()
DvalidationEGL.cpp215 if (!display->getExtensions().recordable) in ValidateConfigAttribute()
Dqueryutils.cpp2884 *value = config->recordable; in QueryConfigAttrib()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h73 EGLBoolean recordable; // EGL_TRUE if a surface can support recording on Android member
DConfig.cpp64 recordable(EGL_FALSE), in Config()
367 match = config.recordable == static_cast<EGLBoolean>(attributeValue); in filter()
DCaps.h551 bool recordable = false; member
DCaps.cpp1273 …InsertExtensionString("EGL_ANDROID_recordable", recordable, … in getStrings()
DDisplay.cpp1896 mDisplayExtensions.recordable = true; in initDisplayExtensions()
Dqueryutils.cpp4147 *value = config->recordable; in QueryConfigAttrib()
DvalidationEGL.cpp229 if (!display->getExtensions().recordable) in ValidateConfigAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DDisplayVkAndroid.cpp76 config->recordable = true; in enableRecordableIfSupported()
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_recordable.txt105 any drawback associated with using a recordable EGLConfig. Such
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_recordable.txt105 any drawback associated with using a recordable EGLConfig. Such
/third_party/node/doc/api/
Dperf_hooks.md660 * `min` {number|bigint} The minimum recordable value. Must be an integer
662 * `max` {number|bigint} The maximum recordable value. Must be an integer