Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp162 if (ctxInfo.vendor() == GrGLVendor::kARM) { in init()
167 if (ctxInfo.vendor() == GrGLVendor::kARM || in init()
365 if (ctxInfo.vendor() != GrGLVendor::kARM && in init()
411 (ctxInfo.vendor() == GrGLVendor::kARM || 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()
721 if (ctxInfo.vendor() == GrGLVendor::kARM) { in init()
3822 if (ctxInfo.vendor() == GrGLVendor::kARM) { in applyDriverCorrectnessWorkarounds()
3863 ctxInfo.vendor() == GrGLVendor::kARM /* http://skbug.com/11906 */) { in applyDriverCorrectnessWorkarounds()
[all …]
DGrGLUtil.h78 kARM, enumerator
DGrGLUtil.cpp140 return GrGLVendor::kARM; in get_vendor()
DGrGLGpu.cpp2547 if (this->ctxInfo().vendor() == GrGLVendor::kARM && in flushBlendAndColorWrite()
/external/skia/tests/
DProgramsTest.cpp345 if (gpu->ctxInfo().vendor() != GrGLVendor::kARM) { in get_programs_max_stages()