/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.cpp | 81 static bool RequireES(const Version &clientVersion, const Extensions &) in RequireES() 98 static bool RequireESOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExt() 109 static bool RequireESOrExtAndExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtAndExt() 120 static bool RequireESOrExtOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtOrExt() 148 static bool SizedRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedRGSupport() 154 static bool SizedHalfFloatOESRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatOESRGSupport() 159 static bool SizedHalfFloatOESRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatOESRGTextureAttachmentSupport() 166 static bool SizedHalfFloatRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatRGSupport() 180 static bool SizedHalfFloatRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatRGTextureAttachmentSupport() 195 static bool SizedHalfFloatRGRenderbufferSupport(const Version &clientVersion, in SizedHalfFloatRGRenderbufferSupport() [all …]
|
D | Caps.cpp | 64 const Version &clientVersion, in GenerateMinimumTextureCaps() 124 void InitMinimumTextureCapsMap(const Version &clientVersion, in InitMinimumTextureCapsMap() 895 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) in GenerateMinimumCaps()
|
D | State.cpp | 238 const Version &clientVersion, in State() 309 const Version &clientVersion = context->getClientVersion(); in initialize() local
|
D | validationES.cpp | 3872 int clientVersion = context->getClientMajorVersion(); in ValidateGetFramebufferAttachmentParameterivBase() local
|
D | Context.cpp | 3028 const Version &clientVersion = getClientVersion(); in initVersionStrings() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | formatutils.cpp | 79 static bool RequireES(const Version &clientVersion, const Extensions &) in RequireES() 93 static bool RequireESOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExt() 104 static bool RequireESOrExtAndExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtAndExt() 115 static bool RequireESOrExtOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtOrExt() 143 static bool SizedRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedRGSupport() 150 static bool SizedHalfFloatOESRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatOESRGSupport() 156 static bool SizedHalfFloatOESRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatOESRGTextureAttachmentSupport() 164 static bool SizedHalfFloatRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedHalfFloatRGSupport() 178 static bool SizedHalfFloatRGTextureAttachmentSupport(const Version &clientVersion, in SizedHalfFloatRGTextureAttachmentSupport() 195 static bool SizedHalfFloatRGRenderbufferSupport(const Version &clientVersion, in SizedHalfFloatRGRenderbufferSupport() [all …]
|
D | Caps.cpp | 65 const Version &clientVersion, in GenerateMinimumTextureCaps() 126 void InitMinimumTextureCapsMap(const Version &clientVersion, in InitMinimumTextureCapsMap() 942 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) in GenerateMinimumCaps()
|
D | validationES32.cpp | 348 Version clientVersion = context->getClientVersion(); in ValidateGetPointerv() local
|
D | State.cpp | 337 const Version &clientVersion, in State() 427 const Version &clientVersion = context->getClientVersion(); in initialize() local
|
D | validationES.cpp | 5274 int clientVersion = context->getClientMajorVersion(); in ValidateGetFramebufferAttachmentParameterivBase() local
|
D | Context.cpp | 3212 const Version &clientVersion = getClientVersion(); in initVersionStrings() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLQueryContextTest.cpp | 18 int clientVersion = GetParam().majorVersion; in testSetUp() local 86 EGLint clientVersion; in TEST_P() local
|
D | EGLPresentPathD3D11Test.cpp | 39 int clientVersion = GetParam().majorVersion; in initializeEGL() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLQueryContextTest.cpp | 18 int clientVersion = GetParam().majorVersion; in testSetUp() local 92 EGLint clientVersion; in TEST_P() local
|
D | EGLBufferAgeTest.cpp | 49 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local 286 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local
|
D | EGLNoConfigContextTest.cpp | 27 int clientVersion = GetParam().majorVersion; in testSetUp() local
|
D | EGLPresentPathD3D11Test.cpp | 39 int clientVersion = GetParam().majorVersion; in initializeEGL() local
|
D | EGLMultiContextTest.cpp | 60 EGLint clientVersion = EGL_OPENGL_ES3_BIT; in chooseConfig() local
|
D | EGLProtectedContentTest.cpp | 53 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
|
D | EGLContextSharingTest.cpp | 106 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglQueryContextTests.cpp | 265 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION); in executeForContext() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Display.cpp | 567 …play::createContext(EGLConfig configHandle, const egl::Context *shareContext, EGLint clientVersion) in createContext()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferTest.cpp | 100 int clientVersion = getClientMajorVersion(); in testRenderbufferMultisampleFormat() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | FramebufferTest.cpp | 101 int clientVersion = getClientMajorVersion(); in testRenderbufferMultisampleFormat() local
|