MCPcopy Create free account
hub / github.com/alibaba/MNN / useProgram

Method useProgram

source/backend/opengl/GLProgram.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void GLProgram::useProgram() {
53 glUseProgram(mProgramId);
54 OPENGL_CHECK_ERROR;
55}
56
57GLProgram::GLProgram(const std::string& computeShader) {
58 /*Create Shader*/

Callers 15

onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
GLConvolutionIm2colMethod · 0.45
onResizeMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45
onExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected