OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glTexEnvx_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
155
glTexEnvx_t
glTexEnvx;
427
glTexEnvx_t
set_glTexEnvx(
glTexEnvx_t
f) {
glTexEnvx_t
retval = glTexEnvx; glTexEnvx = f; return retval;}
[
all
...]
gles_proc.h
155
typedef void (*
glTexEnvx_t
) (GLenum, GLenum, GLfixed);
gles_dispatch.cpp
157
ptr = dlsym(gles_android,"glTexEnvx"); disp->set_glTexEnvx((
glTexEnvx_t
)ptr);
Completed in 34 milliseconds