Home
last modified time | relevance | path

Searched refs:EGL_CONTEXT_OPENGL_NO_ERROR_KHR (Results 1 – 21 of 21) sorted by relevance

/third_party/EGL/extensions/KHR/
DEGL_KHR_create_context_no_error.txt62 EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3
68 EGL_CONTEXT_OPENGL_NO_ERROR_KHR indicates whether a faster and lower power
72 EGL_CONTEXT_OPENGL_NO_ERROR_KHR is EGL_FALSE.
76 BAD_MATCH is generated if the value of EGL_CONTEXT_OPENGL_NO_ERROR_KHR
78 EGL_CONTEXT_OPENGL_NO_ERROR_KHR for the context being created.
80 BAD_MATCH is generated if the EGL_CONTEXT_OPENGL_NO_ERROR_KHR is TRUE at
98 (2) Can a EGL_CONTEXT_OPENGL_NO_ERROR_KHR contexts share resources with
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_create_context_no_error.txt62 EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3
68 EGL_CONTEXT_OPENGL_NO_ERROR_KHR indicates whether a faster and lower power
72 EGL_CONTEXT_OPENGL_NO_ERROR_KHR is EGL_FALSE.
76 BAD_MATCH is generated if the value of EGL_CONTEXT_OPENGL_NO_ERROR_KHR
78 EGL_CONTEXT_OPENGL_NO_ERROR_KHR for the context being created.
80 BAD_MATCH is generated if the EGL_CONTEXT_OPENGL_NO_ERROR_KHR is TRUE at
98 (2) Can a EGL_CONTEXT_OPENGL_NO_ERROR_KHR contexts share resources with
/third_party/flutter/glfw/src/
Degl_context.h106 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31b3 macro
Degl_context.c494 flags |= EGL_CONTEXT_OPENGL_NO_ERROR_KHR; in _glfwCreateContextEGL()
/third_party/vk-gl-cts/framework/egl/
DegluGLUtil.cpp159 attribList.push_back(EGL_CONTEXT_OPENGL_NO_ERROR_KHR); in createGLContext()
/third_party/mesa3d/src/egl/main/
Deglcontext.c327 case EGL_CONTEXT_OPENGL_NO_ERROR_KHR: in _eglParseContextAttribList()
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwEnums.inl234 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
DeglwEnumsC.inl234 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp379 contextAttributes.push_back(EGL_CONTEXT_OPENGL_NO_ERROR_KHR); in createContext()
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp633 contextAttributes.push_back(EGL_CONTEXT_OPENGL_NO_ERROR_KHR); in createContext()
/third_party/skia/third_party/externals/egl-registry/api/EGL/
Deglext.h106 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
Deglext.h106 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_egl.h883 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext.h106 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/mesa3d/include/EGL/
Deglext.h87 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/skia/third_party/externals/angle2/include/EGL/
Deglext.h87 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/EGL/api/EGL/
Deglext.h87 #define EGL_CONTEXT_OPENGL_NO_ERROR_KHR 0x31B3 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp1454 case EGL_CONTEXT_OPENGL_NO_ERROR_KHR: in ValidateCreateContextAttribute()
1684 case EGL_CONTEXT_OPENGL_NO_ERROR_KHR: in ValidateCreateContextAttributeValue()
DContext.cpp192 return (attribs.get(EGL_CONTEXT_OPENGL_NO_ERROR_KHR, EGL_FALSE) == EGL_TRUE); in GetNoError()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp1036 case EGL_CONTEXT_OPENGL_NO_ERROR_KHR: in ValidateCreateContext()
DContext.cpp213 return (attribs.get(EGL_CONTEXT_OPENGL_NO_ERROR_KHR, EGL_FALSE) == EGL_TRUE); in GetNoError()