Home
last modified time | relevance | path

Searched defs:setContextAccessor (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.cpp30 void gles3_wrapper_context_t::setContextAccessor(gles3_wrapper_context_t* (*f)(void)) { in setContextAccessor() function in gles3_wrapper_context_t
Dgles1.cpp30 void gles1_wrapper_context_t::setContextAccessor(gles1_wrapper_context_t* (*f)(void)) { in setContextAccessor() function in gles1_wrapper_context_t
Degl.cpp30 void egl_wrapper_context_t::setContextAccessor(egl_wrapper_context_t* (*f)(void)) { in setContextAccessor() function in egl_wrapper_context_t
Degl_wrapper_entry.cpp52 void egl_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in egl_wrapper_context_t
Dgles1_wrapper_entry.cpp303 void gles1_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f;… in setContextAccessor() function in gles1_wrapper_context_t
Dgles3_wrapper_entry.cpp423 void gles3_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f;… in setContextAccessor() function in gles3_wrapper_context_t
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/encoder/
Dfoo_entry.cpp20 void foo_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in foo_client_context_t
/device/generic/opengl-transport/host/commands/emugen/tests/t.001/expected/wrapper/
Dfoo_wrapper_entry.cpp20 void foo_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in foo_wrapper_context_t
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp25 void setContextAccessor(gl_client_context_t *()) { } in setContextAccessor() function in GLEncoder
33 void setContextAccessor(gl2_client_context_t *()) { } in setContextAccessor() function in GL2Encoder
/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_entry.cpp57 void renderControl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentConte… in setContextAccessor() function in renderControl_client_context_t
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp305 void gl_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in gl_client_context_t
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp436 void gl2_client_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; } in setContextAccessor() function in gl2_client_context_t