Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLShaderBuilder.h77 void defineConstant(const char* type, const char* name, const char* value) { in defineConstant() function
81 void defineConstant(const char* name, int value) { in defineConstant() function
85 void defineConstant(const char* name, float value) { in defineConstant() function