/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLQueryContextTest.cpp | 18 int clientVersion = GetParam().majorVersion; variable 34 clientVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT, 39 EGLint ctxattrs[] = {EGL_CONTEXT_CLIENT_VERSION, clientVersion, EGL_NONE}; 92 EGLint clientVersion; in TEST_P() local 93 EXPECT_TRUE(eglQueryContext(mDisplay, mContext, EGL_CONTEXT_CLIENT_VERSION, &clientVersion) != in TEST_P() 95 EXPECT_GE(clientVersion, GetParam().majorVersion); in TEST_P()
|
H A D | EGLBufferAgeTest.cpp | 49 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local 59 clientVersion, in chooseConfig() 286 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in TEST_P() local 296 clientVersion, in TEST_P()
|
H A D | EGLNoConfigContextTest.cpp | 27 int clientVersion = GetParam().majorVersion; variable 41 EGLint ctxattrs[] = {EGL_CONTEXT_CLIENT_VERSION, clientVersion, EGL_NONE};
|
H A D | EGLPresentPathD3D11Test.cpp | 39 int clientVersion = GetParam().majorVersion; in initializeEGL() local 68 clientVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT, in initializeEGL() 76 EGLint contextAttribs[] = {EGL_CONTEXT_CLIENT_VERSION, clientVersion, EGL_NONE}; in initializeEGL()
|
H A D | EGLMultiContextTest.cpp | 60 EGLint clientVersion = EGL_OPENGL_ES3_BIT; in chooseConfig() local 70 clientVersion, in chooseConfig()
|
H A D | EGLContextSharingTest.cpp | 106 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local 116 clientVersion, in chooseConfig()
|
H A D | EGLProtectedContentTest.cpp | 53 EGLint clientVersion = mMajorVersion == 3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT; in chooseConfig() local 63 clientVersion, in chooseConfig()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Caps.cpp | 65 const Version &clientVersion, in GenerateMinimumTextureCaps() 71 caps.texturable = internalFormatInfo.textureSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 72 caps.filterable = internalFormatInfo.filterSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 73 caps.textureAttachment = internalFormatInfo.textureAttachmentSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 74 caps.renderbuffer = internalFormatInfo.renderbufferSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 75 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps() 78 if (internalFormatInfo.isRequiredRenderbufferFormat(clientVersion)) in GenerateMinimumTextureCaps() 80 if ((clientVersion.major >= 3 && clientVersion.minor >= 1) || in GenerateMinimumTextureCaps() 81 (clientVersion in GenerateMinimumTextureCaps() 64 GenerateMinimumTextureCaps(GLenum sizedInternalFormat, const Version &clientVersion, const Extensions &extensions) GenerateMinimumTextureCaps() argument 126 InitMinimumTextureCapsMap(const Version &clientVersion, const Extensions &extensions, TextureCapsMap *capsMap) InitMinimumTextureCapsMap() argument 942 GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions) GenerateMinimumCaps() argument [all...] |
H A D | formatutils.cpp | 79 static bool RequireES(const Version &clientVersion, const Extensions &) in RequireES() argument 81 return clientVersion >= Version(minCoreGLMajorVersion, minCoreGLMinorVersion); in RequireES() 93 static bool RequireESOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExt() argument 95 return clientVersion >= Version(minCoreGLMajorVersion, minCoreGLMinorVersion) || in RequireESOrExt() 104 static bool RequireESOrExtAndExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtAndExt() argument 106 return clientVersion >= Version(minCoreGLMajorVersion, minCoreGLMinorVersion) || in RequireESOrExtAndExt() 115 static bool RequireESOrExtOrExt(const Version &clientVersion, const Extensions &extensions) in RequireESOrExtOrExt() argument 117 return clientVersion >= Version(minCoreGLMajorVersion, minCoreGLMinorVersion) || in RequireESOrExtOrExt() 143 static bool SizedRGSupport(const Version &clientVersion, const Extensions &extensions) in SizedRGSupport() argument 145 return clientVersion > in SizedRGSupport() 150 SizedHalfFloatOESRGSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatOESRGSupport() argument 156 SizedHalfFloatOESRGTextureAttachmentSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatOESRGTextureAttachmentSupport() argument 164 SizedHalfFloatRGSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGSupport() argument 178 SizedHalfFloatRGTextureAttachmentSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGTextureAttachmentSupport() argument 195 SizedHalfFloatRGRenderbufferSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGRenderbufferSupport() argument 204 SizedHalfFloatOESSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatOESSupport() argument 209 SizedHalfFloatOESTextureAttachmentSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatOESTextureAttachmentSupport() argument 217 SizedHalfFloatSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatSupport() argument 231 SizedHalfFloatFilterSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatFilterSupport() argument 245 SizedHalfFloatRGBTextureAttachmentSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGBTextureAttachmentSupport() argument 264 SizedHalfFloatRGBRenderbufferSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGBRenderbufferSupport() argument 272 SizedHalfFloatRGBATextureAttachmentSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGBATextureAttachmentSupport() argument 289 SizedHalfFloatRGBARenderbufferSupport(const Version &clientVersion, const Extensions &extensions) SizedHalfFloatRGBARenderbufferSupport() argument 297 SizedFloatRGSupport(const Version &clientVersion, const Extensions &extensions) SizedFloatRGSupport() argument 304 SizedFloatRGBSupport(const Version &clientVersion, const Extensions &extensions) SizedFloatRGBSupport() argument 312 SizedFloatRGBASupport(const Version &clientVersion, const Extensions &extensions) SizedFloatRGBASupport() argument 319 SizedFloatRGBARenderableSupport(const Version &clientVersion, const Extensions &extensions) SizedFloatRGBARenderableSupport() argument 327 Float32BlendableSupport(const Version &clientVersion, const Extensions &extensions) Float32BlendableSupport() argument [all...] |
H A D | Caps.h | 59 const Version &clientVersion, 85 void InitMinimumTextureCapsMap(const Version &clientVersion, 388 Caps GenerateMinimumCaps(const Version &clientVersion, const Extensions &extensions);
|
H A D | validationES32.cpp | 348 Version clientVersion = context->getClientVersion(); in ValidateGetPointerv() local 350 if ((clientVersion == ES_1_0) || (clientVersion == ES_1_1)) in ValidateGetPointerv() 365 else if (clientVersion == ES_3_2) in ValidateGetPointerv()
|
H A D | State.cpp | 337 const Version &clientVersion, in State() 349 mClientVersion(clientVersion), 427 const Version &clientVersion = context->getClientVersion(); in initialize() local 488 if (clientVersion >= Version(3, 0) || nativeExtensions.texture3DOES) in initialize() 492 if (clientVersion >= Version(3, 0)) in initialize() 496 if (clientVersion >= Version(3, 1) || nativeExtensions.textureMultisampleANGLE) in initialize() 500 if (clientVersion >= Version(3, 1)) in initialize() 509 if (clientVersion >= Version(3, 2) || mExtensions.textureCubeMapArrayAny()) in initialize() 513 if (clientVersion >= Version(3, 2) || mExtensions.textureBufferAny()) in initialize() 564 if (clientVersion < Versio in initialize() 331 State(const State *shareContextState, egl::ShareGroup *shareGroup, TextureManager *shareTextures, SemaphoreManager *shareSemaphores, const OverlayType *overlay, const EGLenum clientType, const Version &clientVersion, bool debug, bool bindGeneratesResourceCHROMIUM, bool clientArraysEnabled, bool robustResourceInit, bool programBinaryCacheEnabled, EGLenum contextPriority, bool hasProtectedContent) State() argument [all...] |
H A D | validationES.cpp | 5283 int clientVersion = context->getClientMajorVersion(); in ValidateGetFramebufferAttachmentParameterivBase() local 5295 if (clientVersion < 3 || in ValidateGetFramebufferAttachmentParameterivBase() 5312 if (clientVersion < 3 && !context->getExtensions().sRGBEXT) in ValidateGetFramebufferAttachmentParameterivBase() 5327 if (clientVersion < 3) in ValidateGetFramebufferAttachmentParameterivBase() 5355 if (clientVersion < 3) in ValidateGetFramebufferAttachmentParameterivBase() 5363 if (clientVersion < 3 && !context->isWebGL1()) in ValidateGetFramebufferAttachmentParameterivBase() 5376 if ((clientVersion < 3 && !context->getExtensions().drawBuffersEXT) || in ValidateGetFramebufferAttachmentParameterivBase() 5392 if (clientVersion < 3) in ValidateGetFramebufferAttachmentParameterivBase() 5513 if (clientVersion < 3) in ValidateGetFramebufferAttachmentParameterivBase() 5522 if (clientVersion < in ValidateGetFramebufferAttachmentParameterivBase() [all...] |
H A D | State.h | 97 const Version &clientVersion,
|
H A D | Context.cpp | 3212 const Version &clientVersion = getClientVersion(); in initVersionStrings() local 3219 versionString << clientVersion.major << "." << clientVersion.minor << ".0 (ANGLE " in initVersionStrings() 3233 shadingLanguageVersionString << (clientVersion.major == 2 ? 1 : clientVersion.major) << "." in initVersionStrings() 3234 << clientVersion.minor << "0 (ANGLE " in initVersionStrings()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 567 EGLContext Display::createContext(EGLConfig configHandle, const egl::Context *shareContext, EGLint clientVersion) in createContext() argument 572 if((clientVersion == 2 && config->mRenderableType & EGL_OPENGL_ES2_BIT) || in createContext() 573 (clientVersion == 3 && config->mRenderableType & EGL_OPENGL_ES3_BIT)) in createContext()
|
H A D | Display.h | 65 EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglQueryContextTests.cpp | 265 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION); in executeForContext() local 268 if (clientVersion < getMinClientMajorVersion(config.apiBits)) in executeForContext()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferTest.cpp | 101 int clientVersion = getClientMajorVersion(); in testRenderbufferMultisampleFormat() local 102 if (clientVersion < minESVersion) in testRenderbufferMultisampleFormat() 110 if (clientVersion == 2) in testRenderbufferMultisampleFormat() 121 assert(clientVersion >= 3); in testRenderbufferMultisampleFormat()
|