MCPcopy Create free account
hub / github.com/9miao/CrossApp / programForKey

Method programForKey

CrossApp/shaders/CAShaderCache.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279CAGLProgram* CAShaderCache::programForKey(const char* key)
280{
281 return m_mPrograms.getValue(key);
282}
283
284void CAShaderCache::addProgram(CAGLProgram* program, const char* key)
285{

Callers 12

initWithImageMethod · 0.80
lazy_initFunction · 0.80
initMethod · 0.80
visitMethod · 0.80
setImageMethod · 0.80
initFunction · 0.80
convertToRawDataMethod · 0.80
loadShadersMethod · 0.80
drawMethod · 0.80
loadShadersMethod · 0.80
drawMethod · 0.80

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected