Searched defs:setContextAccessor (Results 1 – 12 of 12) sorted by relevance
30 void gles3_wrapper_context_t::setContextAccessor(gles3_wrapper_context_t* (*f)(void)) { in setContextAccessor() function in gles3_wrapper_context_t
30 void gles1_wrapper_context_t::setContextAccessor(gles1_wrapper_context_t* (*f)(void)) { in setContextAccessor() function in gles1_wrapper_context_t
30 void egl_wrapper_context_t::setContextAccessor(egl_wrapper_context_t* (*f)(void)) { in setContextAccessor() function in egl_wrapper_context_t
52 void egl_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in egl_wrapper_context_t
303 void gles1_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f;… in setContextAccessor() function in gles1_wrapper_context_t
423 void gles3_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f;… in setContextAccessor() function in gles3_wrapper_context_t
20 void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in foo_client_context_t
20 void foo_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in foo_wrapper_context_t
25 void setContextAccessor(gl_client_context_t *()) { } in setContextAccessor() function in GLEncoder33 void setContextAccessor(gl2_client_context_t *()) { } in setContextAccessor() function in GL2Encoder
57 void renderControl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentConte… in setContextAccessor() function in renderControl_client_context_t
305 void gl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in gl_client_context_t
436 void gl2_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in gl2_client_context_t