HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 326 - 350 of 671) sorted by null

<<11121314151617181920>>

  /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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *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);
378 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
512 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
519 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
entries.in 49 void, glClipPlanef, GLenum plane, const GLfloat* equation
51 void, glClipPlanefOES, GLenum plane, const GLfloat* equation
52 void, glClipPlanex, GLenum plane, const GLfixed* equation
54 void, glClipPlanexOES, GLenum plane, const GLfixed* equation
  /external/libyuv/files/source/
planar_functions.cc 26 // Copy a plane of data
50 // Copy plane
78 // Mirror a plane of data
100 // Mirror plane
292 // Mirror plane
382 // same as I420 except UV plane is full height
940 // Set plane
    [all...]
rotate_neon.cc 34 // handle 8x8 blocks. this should be the majority of the plane
201 // handle 8x8 blocks. this should be the majority of the plane
  /external/libvpx/libvpx/
vpxenc.c 335 int plane = 0; local
356 for (plane = 0; plane < 3; plane++)
359 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
360 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
363 /* Determine the correct plane based on the image format. The for-loop
367 switch (plane)
376 ptr = img->planes[plane];
397 ptr += img->stride[plane];
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 766 // Out plane
773 // Set the output YUV420 plane to be compatible with YV12 format
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec_copper.cpp 129 struct v4l2_plane plane; local
153 v4l2_buf.m.planes = &plane;
163 vdec_msg.msgdata.output_frame.len=plane.bytesused;
164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr;
169 v4l2_buf.m.planes = &plane;
4401 struct v4l2_plane plane; local
4775 struct v4l2_plane plane; local
5388 struct v4l2_plane plane; local
5544 struct v4l2_plane plane; local
7397 struct v4l2_plane plane; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c     [all...]
  /external/jpeg/
jccoefct.c 138 * NB: input_buf contains a plane for each component in image,
237 * NB: input_buf contains a plane for each component in image. All
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 138 * NB: input_buf contains a plane for each component in image,
237 * NB: input_buf contains a plane for each component in image. All
  /external/quake/quake/src/QW/client/
gl_model.c 85 mplane_t *plane; local
95 plane = node->plane;
96 d = DotProduct (p,plane->normal) - plane->dist;
784 out->plane = loadmodel->planes + planenum;
870 out->plane = loadmodel->planes + p;
1030 out->planenum = in->plane - loadmodel->planes;
    [all...]
model.c 83 mplane_t *plane; local
93 plane = node->plane;
94 d = DotProduct (p,plane->normal) - plane->dist;
775 out->plane = loadmodel->planes + planenum;
856 out->plane = loadmodel->planes + p;
1000 out->planenum = in->plane - loadmodel->planes;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 85 mplane_t *plane; local
95 plane = node->plane;
96 d = DotProduct (p,plane->normal) - plane->dist;
784 out->plane = loadmodel->planes + planenum;
870 out->plane = loadmodel->planes + p;
1021 out->planenum = in->plane - loadmodel->planes;
    [all...]
model.cpp 88 mplane_t *plane; local
98 plane = node->plane;
99 d = DotProduct (p,plane->normal) - plane->dist;
793 out->plane = loadmodel->planes + planenum;
874 out->plane = loadmodel->planes + p;
1018 out->planenum = in->plane - loadmodel->planes;
    [all...]
  /external/tcpdump/
print-bfd.c 129 { 4, "Forwarding Plane Reset" },
154 { 0x08, "Control Plane Independent" },
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 362 int plane = ucs4 >> 16; local
363 switch (plane) {
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 93 M4VIFI_ImagePlane *FramingRgb; /**< decoded BGR565 plane */
94 M4VIFI_ImagePlane *FramingYuv; /**< converted YUV420 planar plane */
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 88 void GLAPIENTRY dummy_glClipPlane(GLenum plane, const GLdouble *equation){}
101 void GLAPIENTRY dummy_glGetClipPlane(GLenum plane, GLdouble *equation){}
DummyGLfuncs.h 95 void GLAPIENTRY dummy_glClipPlane(GLenum plane, const GLdouble *equation);
108 void GLAPIENTRY dummy_glGetClipPlane(GLenum plane, GLdouble *equation);

Completed in 515 milliseconds

<<11121314151617181920>>