OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_glistexture
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.cpp
102
ptr = getProc("glIsTexture", userData);
set_glIsTexture
((glIsTexture_client_proc_t)ptr);
gl2_client_context.h
307
virtual glIsTexture_client_proc_t
set_glIsTexture
(glIsTexture_client_proc_t f) { glIsTexture_client_proc_t retval = glIsTexture; glIsTexture = f; return retval;}
[
all
...]
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.cpp
110
ptr = getProc("glIsTexture", userData);
set_glIsTexture
((glIsTexture_client_proc_t)ptr);
gl_client_context.h
398
virtual glIsTexture_client_proc_t
set_glIsTexture
(glIsTexture_client_proc_t f) { glIsTexture_client_proc_t retval = glIsTexture; glIsTexture = f; return retval;}
[
all
...]
gl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.cpp
121
ptr = dlsym(gles_android,"glIsTexture"); disp->
set_glIsTexture
((glIsTexture_t)ptr);
gles_dispatch.h
391
glIsTexture_t
set_glIsTexture
(glIsTexture_t f) { glIsTexture_t retval = glIsTexture; glIsTexture = f; return retval;}
[
all
...]
Completed in 39 milliseconds