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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 190 glClipPlanexIMG_client_proc_t glClipPlanexIMG;
gl_entry.cpp 188 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...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 266 glClipPlanexIMG_t glClipPlanexIMG;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 872 const GLMessage_Function GLMessage::glClipPlanexIMG;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 71 glClipPlanexIMG(40, 40),
668 case 40: return glClipPlanexIMG;
    [all...]

Completed in 2029 milliseconds