HomeSort by relevance Sort by last modified time
    Searched defs:glClipPlanexOES (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 294 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
296 public static native void glClipPlanexOES(
302 // C function void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
304 public static native void glClipPlanexOES(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 191 glClipPlanexOES_client_proc_t glClipPlanexOES;
gl_entry.cpp 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation)
863 getDispatch()->glClipPlanexOES(plane, equation);
    [all...]
gles_dispatch.h 184 glClipPlanexOES_t glClipPlanexOES;
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 104 #define glClipPlanexOES wrap_glClipPlanexOES
    [all...]
gles_undefine.h 104 #undef glClipPlanexOES
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 72 glClipPlanexOES(41, 41),
669 case 41: return glClipPlanexOES;
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 217 #define glClipPlanexOES MANGLE(ClipPlanexOES)
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 287 milliseconds

1 2