OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glCopyTexImage2D_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
80
glCopyTexImage2D_t
glCopyTexImage2D;
352
glCopyTexImage2D_t
set_glCopyTexImage2D(
glCopyTexImage2D_t
f) {
glCopyTexImage2D_t
retval = glCopyTexImage2D; glCopyTexImage2D = f; return retval;}
[
all
...]
gles_proc.h
80
typedef void (*
glCopyTexImage2D_t
) (GLenum, GLint, GLenum, GLint, GLint, GLsizei, GLsizei, GLint);
gles_dispatch.cpp
82
ptr = dlsym(gles_android,"glCopyTexImage2D"); disp->set_glCopyTexImage2D((
glCopyTexImage2D_t
)ptr);
Completed in 40 milliseconds