Home
last modified time | relevance | path

Searched refs:EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_robust_resource_initialization.txt57 EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE 0x3453
64 "If the attribute EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE
69 The default value of EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE
75 "Querying EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE returns if
81 "EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE specifies if the pixel
85 EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE is EGL_FALSE."
97 the value of the EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE is
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp462 surfaceAttributes.push_back(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE); in initializeSurface()
692 contextAttributes.push_back(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE); in createContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSurface.cpp48 return attributes.get(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE, EGL_FALSE) == EGL_TRUE; in isRobustResourceInitEnabled()
124 (attributes.get(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE, EGL_FALSE) == EGL_TRUE); in Surface()
DvalidationEGL.cpp1525 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateCreateContextAttribute()
1770 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateCreateContextAttributeValue()
1900 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateCreatePbufferSurfaceAttribute()
1987 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateCreatePbufferSurfaceAttributeValue()
2450 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateCreateWindowSurface()
5334 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateQuerySurface()
5415 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in ValidateQueryContext()
Dqueryutils.cpp4184 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in QueryContextAttrib()
4287 case EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE: in QuerySurfaceAttrib()
DContext.cpp221 attribs.get(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE, EGL_FALSE) == EGL_TRUE); in GetRobustResourceInit()
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext_angle.h17 #define EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE 0x3453 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DSurfaceMtl.mm80 attribs.get(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE, EGL_FALSE) == EGL_TRUE;
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp1366 robustInitAttribs.push_back(EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp233 EGL_ROBUST_RESOURCE_INITIALIZATION_ANGLE, &robustSurfaceInit); in hasRobustSurfaceInit()