Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libagl/
Dprimitives.cpp906 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle() local
971 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_triangle() local
1045 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_line() local
1080 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_line() local
/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java253 ProgressDialog pd = new ProgressDialog(context); in beginShutdownSequence() local
/frameworks/native/opengl/tests/angeles/
Ddemo.c243 VECTOR3 pa, pb, pc, pd; in createSuperShape() local