Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.h50 void bindProgramResourceLocations(GrGLuint programID);
DGrGLProgramBuilder.cpp160 this->bindProgramResourceLocations(programID); in finalize()
179 void GrGLProgramBuilder::bindProgramResourceLocations(GrGLuint programID) { in bindProgramResourceLocations() function in GrGLProgramBuilder