Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/builders/
DGrGLProgramBuilder.h79 void resolveProgramResourceLocations(GrGLuint programID, bool force);
DGrGLProgramBuilder.cpp383 this->resolveProgramResourceLocations(programID, usedProgramBinaries); in finalize()
418 void GrGLProgramBuilder::resolveProgramResourceLocations(GrGLuint programID, bool force) { in resolveProgramResourceLocations() function in GrGLProgramBuilder