Home
last modified time | relevance | path

Searched refs:kARM_GrGLVendor (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp160 if (kARM_GrGLVendor == ctxInfo.vendor()) { in init()
165 if (kARM_GrGLVendor == ctxInfo.vendor() || in init()
402 if (kARM_GrGLVendor != ctxInfo.vendor() && in init()
436 (ctxInfo.vendor() == kARM_GrGLVendor || ctxInfo.vendor() == kImagination_GrGLVendor || in init()
567 if (kARM_GrGLVendor == ctxInfo.vendor()) { in init()
575 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); in init()
578 fReuseScratchBuffers = kARM_GrGLVendor != ctxInfo.vendor() && in init()
591 if (kARM_GrGLVendor == ctxInfo.vendor()) { in init()
3408 if (kARM_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
3468 if (kARM_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
DGrGLUtil.h41 kARM_GrGLVendor, enumerator
DGrGLUtil.cpp301 return kARM_GrGLVendor; in GrGLGetVendorFromString()
DGrGLGpu.cpp2743 if (kARM_GrGLVendor == this->ctxInfo().vendor() && in flushBlendAndColorWrite()
/third_party/flutter/skia/tests/
DGLProgramsTest.cpp367 if (kARM_GrGLVendor != gpu->ctxInfo().vendor()) { in get_glprograms_max_stages()