Searched refs:fetchType (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLShaderBuilder.cpp348 GrGLCaps::FBFetchType fetchType = fGpu->glCaps().fbFetchType(); local
349 if (GrGLCaps::kEXT_FBFetchType == fetchType) {
352 } else if (GrGLCaps::kNV_FBFetchType == fetchType) {

Completed in 513 milliseconds