Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp203 outExtensions->createContextWebGLCompatibility = true; in generateExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.cpp223 outExtensions->createContextWebGLCompatibility = true; in generateExtensions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h494 bool createContextWebGLCompatibility = false; member
DCaps.cpp1253 …tring("EGL_ANGLE_create_context_webgl_compatibility", createContextWebGLCompatibility, &… in getStrings()
DDisplay.cpp1876 mDisplayExtensions.createContextWebGLCompatibility = true; in initDisplayExtensions()
DvalidationEGL.cpp1463 if (!display->getExtensions().createContextWebGLCompatibility) in ValidateCreateContextAttribute()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h858 bool createContextWebGLCompatibility = false; member
DDisplay.cpp1287 mDisplayExtensions.createContextWebGLCompatibility = true; in initDisplayExtensions()
DCaps.cpp1171 …tring("EGL_ANGLE_create_context_webgl_compatibility", createContextWebGLCompatibility, &… in getStrings()
DvalidationEGL.cpp1048 if (!display->getExtensions().createContextWebGLCompatibility) in ValidateCreateContext()