Searched refs:invokeFn (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLGeometryShaderBuilder.cpp64 SkString invokeFn; local
65 this->emitFunction(kVoid_GrSLType, "invoke", 0, nullptr, this->code().c_str(), &invokeFn);
69 "}", fNumInvocations, invokeFn.c_str());

Completed in 111 milliseconds