Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/builders/
H A DGrGLShaderStringBuilder.cpp78 const std::string* sksl[kGrShaderTypeCount], in GrGLCheckLinkStatus()
79 const std::string glsl[kGrShaderTypeCount]) { in GrGLCheckLinkStatus()
/aosp_15_r20/external/skia/include/private/gpu/ganesh/
H A DGrTypesPriv.h281 static const int kGrShaderTypeCount = kLast_GrShaderType + 1; variable