/frameworks/native/opengl/libagl/ |
D | vertex.cpp | 164 static void clipPlanex(GLenum plane, const GLfixed* equ, ogles_context_t* c) in clipPlanex() 231 void glClipPlanef(GLenum plane, const GLfloat* equ) in glClipPlanef() 243 void glClipPlanex(GLenum plane, const GLfixed* equ) in glClipPlanex()
|
D | primitives.cpp | 838 GLfixed frustumPlaneDist(int plane, const vec4_t& s) in frustumPlaneDist() 890 unsigned int plane = 0; in clip_triangle() local 956 unsigned int plane = 0; in clip_triangle() local 1039 unsigned int plane = 0; in clip_line() local 1075 unsigned int plane = 0; in clip_line() local
|
D | context.h | 276 clip_plane_t plane[OGLES_MAX_CLIP_PLANES]; member
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
D | TestAppRS.java | 88 Renderable plane = (Renderable)mActiveScene.getRenderableByName("pPlaneShape1"); in toggleBlur() local 257 Renderable plane = (Renderable)mActiveScene.getRenderableByName("pPlaneShape1"); in prepareToRender() local
|
/frameworks/base/tests/Camera2Tests/CameraToo/tests/src/com/example/android/camera2/cameratoo/ |
D | CameraTooTest.java | 154 Image.Plane plane = mock(Image.Plane.class); in capturedImageSaver() local
|
/frameworks/av/media/img_utils/src/ |
D | DngUtils.cpp | 210 uint32_t plane, in addGainMap()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 167 int plane, in glClipPlanef() 173 int plane, in glClipPlanef() 178 int plane, in glClipPlanex() 184 int plane, in glClipPlanex()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 182 int plane, in glClipPlanef() 190 int plane, in glClipPlanef() 197 int plane, in glClipPlanex() 205 int plane, in glClipPlanex()
|
D | GLES11Ext.java | 297 int plane, in glClipPlanexOES() 305 int plane, in glClipPlanexOES() 971 int plane, in glClipPlanefOES() 979 int plane, in glClipPlanefOES()
|
D | GLErrorWrapper.java | 846 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() 852 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() 858 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() 864 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
|
D | GLLogWrapper.java | 2586 public void glClipPlanef(int plane, float[] equation, int offset) { in glClipPlanef() 2596 public void glClipPlanef(int plane, FloatBuffer equation) { in glClipPlanef() 2605 public void glClipPlanex(int plane, int[] equation, int offset) { in glClipPlanex() 2615 public void glClipPlanex(int plane, IntBuffer equation) { in glClipPlanex()
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 435 final Image.Plane plane = image.getPlanes()[0]; in scanImage() local
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 420 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() 463 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 492 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() 535 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
D | android_opengl_GLES11Ext.cpp | 826 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II() 869 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanexOES__ILjava_nio_IntBuffer_2() 2857 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI() 2900 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanefOES__ILjava_nio_FloatBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4173 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() 4222 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 4259 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() 4308 (JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) { in android_glClipPlanex__ILjava_nio_IntBuffer_2()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1194 int plane, in glClipPlanef() 1202 int plane, in glClipPlanef() 1209 int plane, in glClipPlanex() 1217 int plane, in glClipPlanex()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 23710 void GLTrace_glGetClipPlanef(GLenum plane, GLfloat * equation) { in GLTrace_glGetClipPlanef() 24747 void GLTrace_glClipPlanex(GLenum plane, const GLfixed * equation) { in GLTrace_glClipPlanex() 25138 void GLTrace_glGetClipPlanex(GLenum plane, GLfixed * equation) { in GLTrace_glGetClipPlanex() 28042 void GLTrace_glClipPlanexOES(GLenum plane, const GLfixed * equation) { in GLTrace_glClipPlanexOES() 28284 void GLTrace_glGetClipPlanexOES(GLenum plane, GLfixed * equation) { in GLTrace_glGetClipPlanexOES() 30427 void GLTrace_glClipPlanefOES(GLenum plane, const GLfloat * equation) { in GLTrace_glClipPlanefOES() 30554 void GLTrace_glGetClipPlanefOES(GLenum plane, GLfloat * equation) { in GLTrace_glGetClipPlanefOES()
|