Home
last modified time | relevance | path

Searched refs:preLinkCallback (Results 1 – 2 of 2) sorted by relevance

/external/angle/util/
Dshader_utils.cpp35 const std::function<void(GLuint)> &preLinkCallback) in CompileProgramInternal() argument
107 if (preLinkCallback) in CompileProgramInternal()
109 preLinkCallback(program); in CompileProgramInternal()
278 const std::function<void(GLuint)> &preLinkCallback) in CompileProgram() argument
280 return CompileProgramInternal(vsSource, "", "", "", fsSource, preLinkCallback); in CompileProgram()
Dshader_utils.h32 const std::function<void(GLuint)> &preLinkCallback);