OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glTexGenfOES_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
249
glTexGenfOES_t
glTexGenfOES;
gl_proc.h
249
typedef void (GL_APIENTRY *
glTexGenfOES_t
) (GLenum, GLenum, GLfloat);
GLDispatch.cpp
266
s_gl.glTexGenfOES = (
glTexGenfOES_t
) s_gles_lib->findSymbol("glTexGenfOES");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
249
glTexGenfOES_t
glTexGenfOES;
[
all
...]
gles_proc.h
249
typedef void (*
glTexGenfOES_t
) (GLenum, GLenum, GLfloat);
gles_dispatch.cpp
251
ptr = dlsym(gles_android,"glTexGenfOES"); disp->set_glTexGenfOES((
glTexGenfOES_t
)ptr);
Completed in 30 milliseconds