HomeSort by relevance Sort by last modified time
    Searched defs:glClipPlanefIMG (Results 1 - 7 of 7) 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...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 100 #define glClipPlanefIMG wrap_glClipPlanefIMG
    [all...]
gles_undefine.h 100 #undef glClipPlanefIMG
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 68 glClipPlanefIMG(37, 37),
665 case 37: return glClipPlanefIMG;
    [all...]

Completed in 284 milliseconds