OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glCopyTexSubImage3DOES_wrapper_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/google/cuttlefish_common/guest/libs/eglwrapper/
gles3_wrapper_context.h
163
glCopyTexSubImage3DOES_wrapper_proc_t
glCopyTexSubImage3DOES;
gles3_wrapper_context.cpp
163
glCopyTexSubImage3DOES = (
glCopyTexSubImage3DOES_wrapper_proc_t
) getProc("glCopyTexSubImage3DOES", userData);
[
all
...]
gles3_wrapper_proc.h
162
typedef void (gles3_APIENTRY *
glCopyTexSubImage3DOES_wrapper_proc_t
) (GLenum, GLint, GLint, GLint, GLint, GLint, GLint, GLsizei, GLsizei);
[
all
...]
Completed in 922 milliseconds