• Home
  • Raw
  • Download

Lines Matching refs:GrGLVendor

162         if (ctxInfo.vendor() == GrGLVendor::kARM) {  in init()
167 if (ctxInfo.vendor() == GrGLVendor::kARM || in init()
168 ctxInfo.vendor() == GrGLVendor::kImagination || in init()
169 ctxInfo.vendor() == GrGLVendor::kQualcomm ) { in init()
365 if (ctxInfo.vendor() != GrGLVendor::kARM && in init()
411 (ctxInfo.vendor() == GrGLVendor::kARM || in init()
412 ctxInfo.vendor() == GrGLVendor::kImagination || in init()
413 ctxInfo.vendor() == GrGLVendor::kQualcomm)) { in init()
547 if (ctxInfo.vendor() == GrGLVendor::kARM) { in init()
555 fReuseScratchTextures = (ctxInfo.vendor() != GrGLVendor::kARM); in init()
558 fReuseScratchBuffers = ctxInfo.vendor() != GrGLVendor::kARM in init()
559 ctxInfo.vendor() != GrGLVendor::kQualcomm; in init()
721 if (ctxInfo.vendor() == GrGLVendor::kARM) { in init()
875 ctxInfo.vendor() != GrGLVendor::kQualcomm && in initGLSL()
3467 if (ctxInfo.vendor() == GrGLVendor::kATI) { in applyDriverCorrectnessWorkarounds()
3483 if (ctxInfo.vendor() == GrGLVendor::kQualcomm || in applyDriverCorrectnessWorkarounds()
3564 if (ctxInfo.vendor() == GrGLVendor::kIntel && in applyDriverCorrectnessWorkarounds()
3572 if (ctxInfo.vendor() == GrGLVendor::kNVIDIA) { in applyDriverCorrectnessWorkarounds()
3605 if (ctxInfo.vendor() == GrGLVendor::kQualcomm) { in applyDriverCorrectnessWorkarounds()
3672 if (ctxInfo.vendor() == GrGLVendor::kImagination) { in applyDriverCorrectnessWorkarounds()
3683 ctxInfo.vendor() == GrGLVendor::kIntel || in applyDriverCorrectnessWorkarounds()
3685 ctxInfo.vendor() == GrGLVendor::kATI)) { in applyDriverCorrectnessWorkarounds()
3695 if (ctxInfo.vendor() == GrGLVendor::kQualcomm) { in applyDriverCorrectnessWorkarounds()
3718 shaderCaps->fCanUseAnyFunctionInShader = (ctxInfo.vendor() != GrGLVendor::kImagination); in applyDriverCorrectnessWorkarounds()
3722 if (ctxInfo.vendor() == GrGLVendor::kIntel) { in applyDriverCorrectnessWorkarounds()
3742 if (ctxInfo.vendor() == GrGLVendor::kIntel) { in applyDriverCorrectnessWorkarounds()
3749 if (ctxInfo.vendor() == GrGLVendor::kIntel) { in applyDriverCorrectnessWorkarounds()
3756 if (shaderCaps->fFBFetchSupport && ctxInfo.vendor() == GrGLVendor::kQualcomm) { in applyDriverCorrectnessWorkarounds()
3822 if (ctxInfo.vendor() == GrGLVendor::kARM) { in applyDriverCorrectnessWorkarounds()
3863 ctxInfo.vendor() == GrGLVendor::kARM /* http://skbug.com/11906 */) { in applyDriverCorrectnessWorkarounds()
3888 if (ctxInfo.vendor() == GrGLVendor::kARM) { in applyDriverCorrectnessWorkarounds()
3915 if (ctxInfo.vendor() == GrGLVendor::kIntel || // IntelIris640 drops draws completely. in applyDriverCorrectnessWorkarounds()
3955 (ctxInfo.angleVendor() == GrGLVendor::kIntel && in applyDriverCorrectnessWorkarounds()
3971 if (ctxInfo.vendor() == GrGLVendor::kQualcomm && in applyDriverCorrectnessWorkarounds()
3985 if (ctxInfo.vendor() == GrGLVendor::kATI) { in applyDriverCorrectnessWorkarounds()
4009 ctxInfo.vendor() == GrGLVendor::kQualcomm; in applyDriverCorrectnessWorkarounds()
4030 if (ctxInfo.vendor() == GrGLVendor::kNVIDIA) { in applyDriverCorrectnessWorkarounds()
4063 if (ctxInfo.vendor() == GrGLVendor::kIntel) { in applyDriverCorrectnessWorkarounds()
4074 ctxInfo.angleVendor() == GrGLVendor::kATI) { in applyDriverCorrectnessWorkarounds()