Searched refs:genericConfig (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrCaps.cpp | 357 bool GrCaps::AreConfigsCompatible(GrPixelConfig genericConfig, GrPixelConfig specificConfig) { in AreConfigsCompatible() argument 360 switch (genericConfig) { in AreConfigsCompatible() 385 compatible = genericConfig == specificConfig; in AreConfigsCompatible() 390 SkDebugf("Configs are not compatible: %d %d\n", genericConfig, specificConfig); in AreConfigsCompatible()
|
D | GrCaps.h | 452 static bool AreConfigsCompatible(GrPixelConfig genericConfig, GrPixelConfig specificConfig);
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNegativeApiTests.cpp | 583 EGLConfig genericConfig; in init() 584 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 588 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_invalidGenericPbufferAttribs[ndx… in init() 657 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init() 659 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthPbufferAttrib)); in init() 662 expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeHeightPbufferAttrib)); in init() 665 …expectNoSurface(eglCreatePbufferSurface(display, genericConfig, s_negativeWidthAndHeightPbufferAtt… in init()
|