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