MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / find

Method find

Engine/source/gfx/gfxTextureProfile.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118GFXTextureProfile * GFXTextureProfile::find(const String &name)
119{
120 // Not really necessary at this time.
121 return NULL;
122}
123
124void GFXTextureProfile::collectStats( Flags flags, GFXTextureProfileStats *stats )
125{

Callers 15

_findPooledTexureMethod · 0.45
createCubemapMethod · 0.45
releaseCubemapMethod · 0.45
GFXGLStateBlockMethod · 0.45
initConstantDescsMethod · 0.45
initHandlesMethod · 0.45
getShaderConstHandleMethod · 0.45
findShaderConstHandleMethod · 0.45
initGLStateMethod · 0.45
allocVertexDeclMethod · 0.45
_getShaderConstantsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected