Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp164 if (kARM_GrGLVendor == ctxInfo.vendor()) { in init()
169 if (kARM_GrGLVendor == ctxInfo.vendor() || in init()
356 if (kARM_GrGLVendor != ctxInfo.vendor() && in init()
386 (ctxInfo.vendor() == kARM_GrGLVendor || ctxInfo.vendor() == kImagination_GrGLVendor || in init()
504 if (kARM_GrGLVendor == ctxInfo.vendor()) { in init()
512 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor(); in init()
515 fReuseScratchBuffers = kARM_GrGLVendor != ctxInfo.vendor() && in init()
2683 if (kARM_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
2738 if (kARM_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
DGrGLUtil.h40 kARM_GrGLVendor, enumerator
DGrGLUtil.cpp283 return kARM_GrGLVendor; in GrGLGetVendorFromString()
DGrGLGpu.cpp2876 if (kARM_GrGLVendor == this->ctxInfo().vendor() && in flushBlend()
/external/skqp/tests/
DGLProgramsTest.cpp362 if (kARM_GrGLVendor != gpu->ctxInfo().vendor()) { in get_glprograms_max_stages()