HomeSort by relevance Sort by last modified time
    Searched defs:glClipPlanefIMG (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 256 glClipPlanefIMG_client_proc_t glClipPlanefIMG;
gl_entry.cpp 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1266 void glClipPlanefIMG(GLenum p, const GLfloat *eqn)
1268 getDispatch()->glClipPlanefIMG(p, eqn);
    [all...]
gles_dispatch.h 265 glClipPlanefIMG_t glClipPlanefIMG;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 256 glClipPlanefIMG_wrapper_proc_t glClipPlanefIMG;
gles1_wrapper_entry.cpp 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
    [all...]

Completed in 46 milliseconds