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

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 192 glClipPlanexIMG_client_proc_t glClipPlanexIMG;
gl_entry.cpp 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1271 void glClipPlanexIMG(GLenum p, const GLfixed *eqn)
1273 getDispatch()->glClipPlanexIMG(p, eqn);
    [all...]
gles_dispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 192 glClipPlanexIMG_wrapper_proc_t glClipPlanexIMG;
gles1_wrapper_entry.cpp 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation);
    [all...]

Completed in 147 milliseconds