Home
last modified time | relevance | path

Searched defs:clientVersion (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp81 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 …]
DCaps.cpp64 const Version &clientVersion, in GenerateMinimumTextureCaps()
124 void InitMinimumTextureCapsMap(const Version &clientVersion, in InitMinimumTextureCapsMap()
895 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) in GenerateMinimumCaps()
DState.cpp238 const Version &clientVersion, in State()
309 const Version &clientVersion = context->getClientVersion(); in initialize() local
DvalidationES.cpp3872 int clientVersion = context->getClientMajorVersion(); in ValidateGetFramebufferAttachmentParameterivBase() local
DContext.cpp3028 const Version &clientVersion = getClientVersion(); in initVersionStrings() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp79 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 …]
DCaps.cpp65 const Version &clientVersion, in GenerateMinimumTextureCaps()
126 void InitMinimumTextureCapsMap(const Version &clientVersion, in InitMinimumTextureCapsMap()
942 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) in GenerateMinimumCaps()
DvalidationES32.cpp348 Version clientVersion = context->getClientVersion(); in ValidateGetPointerv() local
DState.cpp337 const Version &clientVersion, in State()
427 const Version &clientVersion = context->getClientVersion(); in initialize() local
DvalidationES.cpp5274 int clientVersion = context->getClientMajorVersion(); in ValidateGetFramebufferAttachmentParameterivBase() local
DContext.cpp3212 const Version &clientVersion = getClientVersion(); in initVersionStrings() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLQueryContextTest.cpp18 int clientVersion = GetParam().majorVersion; in testSetUp() local
86 EGLint clientVersion; in TEST_P() local
DEGLPresentPathD3D11Test.cpp39 int clientVersion = GetParam().majorVersion; in initializeEGL() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLQueryContextTest.cpp18 int clientVersion = GetParam().majorVersion; in testSetUp() local
92 EGLint clientVersion; in TEST_P() local
DEGLBufferAgeTest.cpp49 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
DEGLNoConfigContextTest.cpp27 int clientVersion = GetParam().majorVersion; in testSetUp() local
DEGLPresentPathD3D11Test.cpp39 int clientVersion = GetParam().majorVersion; in initializeEGL() local
DEGLMultiContextTest.cpp60 EGLint clientVersion = EGL_OPENGL_ES3_BIT; in chooseConfig() local
DEGLProtectedContentTest.cpp53 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
DEGLContextSharingTest.cpp106 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local
/third_party/vk-gl-cts/modules/egl/
DteglQueryContextTests.cpp265 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION); in executeForContext() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp567 …play::createContext(EGLConfig configHandle, const egl::Context *shareContext, EGLint clientVersion) in createContext()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferTest.cpp100 int clientVersion = getClientMajorVersion(); in testRenderbufferMultisampleFormat() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferTest.cpp101 int clientVersion = getClientMajorVersion(); in testRenderbufferMultisampleFormat() local