Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
279
CAGLProgram* CAShaderCache::programForKey(const char* key)
280
{
281
return m_mPrograms.getValue(key);
282
}
283
284
void CAShaderCache::addProgram(CAGLProgram* program, const char* key)
285
{
Callers
12
initWithImage
Method · 0.80
lazy_init
Function · 0.80
init
Method · 0.80
visit
Method · 0.80
setImage
Method · 0.80
init
Function · 0.80
convertToRawData
Method · 0.80
premultipliedImageData
Method · 0.80
loadShaders
Method · 0.80
draw
Method · 0.80
loadShaders
Method · 0.80
draw
Method · 0.80
Calls
1
getValue
Method · 0.80
Tested by
no test coverage detected