Home
last modified time | relevance | path

Searched defs:get_context_value (Results 1 – 4 of 4) sorted by relevance

/dports/games/warzone2100/warzone2100/lib/ivis_opengl/
H A Dgfx_api_null.cpp230 int32_t null_context::get_context_value(const context_value property) in get_context_value() function in null_context
H A Dgfx_api_gl.cpp1504 int32_t gl_context::get_context_value(const context_value property) in get_context_value() function in gl_context
H A Dgfx_api_vk.cpp3506 int32_t VkRoot::get_context_value(const gfx_api::context::context_value property) in get_context_value() function in VkRoot
/dports/devel/py-PyLD/PyLD-0.7.1/lib/pyld/
H A Djsonld.py1394 def get_context_value(ctx, key, type_): member in JsonLdProcessor