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