Searched refs:PrecompileProgram (Results 1 – 3 of 3) sorted by relevance
65 static bool PrecompileProgram(GrDirectContext*, GrGLPrecompiledProgram*, const SkData&);
463 bool GrGLProgramBuilder::PrecompileProgram(GrDirectContext* dContext, in PrecompileProgram() function in GrGLProgramBuilder
141 if (!GrGLProgramBuilder::PrecompileProgram(dContext, &precompiledProgram, data)) { in precompileShader()