OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_glGetError
(Results
1 - 10
of
10
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
75
ptr = getProc("glGetError", userData);
set_glGetError
((glGetError_client_proc_t)ptr);
gl2_client_context.h
280
virtual glGetError_client_proc_t
set_glGetError
(glGetError_client_proc_t f) { glGetError_client_proc_t retval = glGetError; glGetError = f; return retval;}
[
all
...]
GL2Encoder.cpp
72
m_glGetError_enc =
set_glGetError
(s_glGetError);
[
all
...]
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
96
ptr = getProc("glGetError", userData);
set_glGetError
((glGetError_client_proc_t)ptr);
GLEncoder.cpp
[
all
...]
gl_client_context.h
384
virtual glGetError_client_proc_t
set_glGetError
(glGetError_client_proc_t f) { glGetError_client_proc_t retval = glGetError; glGetError = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
107
ptr = dlsym(gles_android,"glGetError"); disp->
set_glGetError
((glGetError_t)ptr);
gles_dispatch.h
377
glGetError_t
set_glGetError
(glGetError_t f) { glGetError_t retval = glGetError; glGetError = f; return retval;}
[
all
...]
Completed in 120 milliseconds