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

1 2 3 4

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 235 {"glClipPlanefOES", (void*)glClipPlanefOES},
gl_client_context.h 253 glClipPlanefOES_client_proc_t glClipPlanefOES;
gl_client_context.cpp 255 glClipPlanefOES = (glClipPlanefOES_client_proc_t) getProc("glClipPlanefOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 243 {"glClipPlanefOES", (void *)glClipPlanefOES},
gles_dispatch.h 246 glClipPlanefOES_t glClipPlanefOES;
    [all...]
gles.cpp 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation)
1173 getDispatch()->glClipPlanefOES(plane, equation);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 968 // C function void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
970 public static native void glClipPlanefOES(
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 246 glClipPlanefOES_t glClipPlanefOES;
GLDispatch.cpp 263 s_gl.glClipPlanefOES = (glClipPlanefOES_t) s_gles_lib->findSymbol("glClipPlanefOES");
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 64 glClipPlanefOES = 38;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/GLES/
glext.h     [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/GLES/
glext.h     [all...]

Completed in 88 milliseconds

1 2 3 4