Home
last modified time | relevance | path

Searched defs:kGrShaderTypeCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/gl/builders/
DGrGLShaderStringBuilder.cpp110 const std::string* sksl[kGrShaderTypeCount], in GrGLCheckLinkStatus()
111 const std::string glsl[kGrShaderTypeCount]) { in GrGLCheckLinkStatus()
/external/skia/include/private/gpu/ganesh/
DGrTypesPriv.h282 static const int kGrShaderTypeCount = kLastkFragment_GrShaderType + 1; variable