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

1 2 3 4

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 171 {"glClipPlanexOES", (void*)glClipPlanexOES},
gl_client_context.h 189 glClipPlanexOES_client_proc_t glClipPlanexOES;
gl_client_context.cpp 191 glClipPlanexOES = (glClipPlanexOES_client_proc_t) getProc("glClipPlanexOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 181 {"glClipPlanexOES", (void *)glClipPlanexOES},
gles_dispatch.h 184 glClipPlanexOES_t glClipPlanexOES;
    [all...]
gles.cpp 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation)
863 getDispatch()->glClipPlanexOES(plane, equation);
    [all...]
  /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...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 17 void glClipPlanexOES ( GLenum plane, const GLfixed *equation )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 184 glClipPlanexOES_t glClipPlanexOES;
GLDispatch.cpp 201 s_gl.glClipPlanexOES = (glClipPlanexOES_t) s_gles_lib->findSymbol("glClipPlanexOES");
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 67 glClipPlanexOES = 41;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 338 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
  /development/ndk/platforms/android-4/include/GLES/
glext.h 534 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h 566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h 532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h 532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
    [all...]

Completed in 74 milliseconds

1 2 3 4