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

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 252 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
    [all...]
gl_client_context.h 254 glClipPlanefIMG_client_proc_t glClipPlanefIMG;
    [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...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 265 glClipPlanefIMG_t glClipPlanefIMG;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 678 const GLMessage_Function GLMessage::glClipPlanefIMG;
    [all...]
gltrace.pb.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 68 glClipPlanefIMG(37, 37),
561 case 37: return glClipPlanefIMG;
    [all...]

Completed in 216 milliseconds