Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h38 kARM_GrGLVendor, enumerator
DGrGLCaps.cpp148 (kARM_GrGLVendor == ctxInfo.vendor() || in init()
167 if (kARM_GrGLVendor == ctxInfo.vendor() || kImagination_GrGLVendor == ctxInfo.vendor()) { in init()
431 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor() && in init()
435 fReuseScratchBuffers = kARM_GrGLVendor != ctxInfo.vendor() && in init()
903 if (kARM_GrGLVendor == ctxInfo.vendor()) { in initBlendEqationSupport()
DGrGLUtil.cpp234 return kARM_GrGLVendor; in GrGLGetVendorFromString()
DGrGLGpu.cpp2895 if (kARM_GrGLVendor == this->ctxInfo().vendor() && in flushBlend()
/external/skia/tests/
DGLProgramsTest.cpp417 kARM_GrGLVendor == gpu->ctxInfo().vendor()) { in get_glprograms_max_stages()