OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setContextAccessor
(Results
1 - 10
of
10
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
glesv1_emul_ifc.cpp
34
gl_wrapper_context_t::
setContextAccessor
(accessor);
glesv2_emul_ifc.cpp
34
gl2_wrapper_context_t::
setContextAccessor
(accessor);
ServerConnection.cpp
117
m_glEnc->
setContextAccessor
(s_getGlContext);
120
m_gl2Enc->
setContextAccessor
(s_getGl2Context);
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h
45
static void
setContextAccessor
(CONTEXT_ACCESSOR_TYPE *f);
renderControl_entry.cpp
43
void renderControl_client_context_t::
setContextAccessor
(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp
116
m_glEnc->
setContextAccessor
(s_getGLContext);
126
m_gl2Enc->
setContextAccessor
(s_getGL2Context);
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
224
static void
setContextAccessor
(CONTEXT_ACCESSOR_TYPE *f);
gl2_entry.cpp
222
void gl2_client_context_t::
setContextAccessor
(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
307
static void
setContextAccessor
(CONTEXT_ACCESSOR_TYPE *f);
gl_entry.cpp
305
void gl_client_context_t::
setContextAccessor
(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }
[
all
...]
Completed in 105 milliseconds