HomeSort by relevance Sort by last modified time
    Searched refs:kARM_GrGLVendor (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/gl/
GrGLUtil.h 38 kARM_GrGLVendor,
GrGLUtil.cpp 234 return kARM_GrGLVendor;
GrGLCaps.cpp 148 (kARM_GrGLVendor == ctxInfo.vendor() ||
167 if (kARM_GrGLVendor == ctxInfo.vendor() || kImagination_GrGLVendor == ctxInfo.vendor()) {
431 fReuseScratchTextures = kARM_GrGLVendor != ctxInfo.vendor() &&
435 fReuseScratchBuffers = kARM_GrGLVendor != ctxInfo.vendor() &&
    [all...]
GrGLGpu.cpp     [all...]
  /external/skia/tests/
GLProgramsTest.cpp 417 kARM_GrGLVendor == gpu->ctxInfo().vendor()) {

Completed in 260 milliseconds