Searched refs:contextConfig (Results 1 – 2 of 2) sorted by relevance
251 EGLConfig contextConfig, in testWindowCompatibility() argument259 eglCreateContext(mDisplay, contextConfig, EGL_NO_CONTEXT, kContextAttribs.data()); in testWindowCompatibility()285 EGLConfig contextConfig, in testPbufferCompatibility() argument289 eglCreateContext(mDisplay, contextConfig, EGL_NO_CONTEXT, kContextAttribs.data()); in testPbufferCompatibility()
1110 const Config *contextConfig = context->getConfig(); in ValidateCompatibleSurface() local1158 bool colorBufferCompat = surfaceConfig->colorBufferType == contextConfig->colorBufferType; in ValidateCompatibleSurface()1165 bool colorCompat = surfaceConfig->redSize == contextConfig->redSize && in ValidateCompatibleSurface()1166 surfaceConfig->greenSize == contextConfig->greenSize && in ValidateCompatibleSurface()1167 surfaceConfig->blueSize == contextConfig->blueSize && in ValidateCompatibleSurface()1168 surfaceConfig->alphaSize == contextConfig->alphaSize && in ValidateCompatibleSurface()1169 surfaceConfig->luminanceSize == contextConfig->luminanceSize; in ValidateCompatibleSurface()1177 surfaceConfig->colorComponentType == contextConfig->colorComponentType; in ValidateCompatibleSurface()1184 bool dsCompat = surfaceConfig->depthSize == contextConfig->depthSize && in ValidateCompatibleSurface()1185 surfaceConfig->stencilSize == contextConfig->stencilSize; in ValidateCompatibleSurface()[all …]