/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 122 static void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation); 135 static void (GLAPIENTRY *glGetClipPlane) (GLenum plane, GLdouble *equation);
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 179 struct v4l2_plane planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/
|
/external/ceres-solver/include/ceres/ |
local_parameterization.h | 55 // the sphere, the plane tangent to it defines a two dimensional
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
AbstractBox.java | 102 * It's a one-to-one ratio, where each plane of the box has it's own copy
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
SkyFactory.java | 66 * This should be the camera's near plane for optimal quality.
|
/external/libvpx/libvpx/vpx/src/ |
vpx_image.c | 224 /* Calculate plane pointers */
|
/external/opencv/cvaux/src/ |
camshift.cpp | 129 // hue is written to the 0-th plane, saturation - to the 1-st one,
|
/external/quake/quake/src/QW/client/ |
d_edge.c | 131 pplane = pface->plane;
|
r_surf.c | 84 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) - 85 surf->plane->dist; 95 surf->plane->normal[i]*dist;
|
/external/quake/quake/src/WinQuake/ |
d_edge.cpp | 131 pplane = pface->plane;
|
r_surf.cpp | 84 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
85 surf->plane->dist;
95 surf->plane->normal[i]*dist;
|
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/ |
M4MP4W_Types.h | 158 * @brief Video plane size
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 398 void GLTrace_glClipPlanef(GLenum plane, const GLfloat *equation); [all...] |
/frameworks/native/opengl/libs/ |
entries.in | 55 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 57 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 58 GL_ENTRY(void, glClipPlanex, GLenum plane, const GLfixed *equation) 60 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed *equation) [all...] |
/hardware/qcom/display/libcopybit/ |
software_converter.cpp | 159 // Copy plane 1
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
msm_camera.h | 323 /* phy addr of the plane */ 325 /* offset of plane data */ 327 /* plane length */ 1679 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info [all...] |
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 321 * @plane2: address info for CbCr in YCbCr 2plane mode
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/external/icu4c/test/cintltst/ |
spreptst.c | 154 "Plane 0 private use character U+F123", 160 "Plane 15 private use character U+F1234", 166 "Plane 16 private use character U+10F234",
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_API.h | 220 * When the effect function is called, all the image plane structures 254 * When the external function is called, all the image plane [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES11Ext.cpp | 816 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */ 819 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { 845 (GLenum)plane, 859 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */ 862 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { 874 (GLenum)plane, [all...] |