Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 4 of 4) 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.java273 ProgressDialog pd = new ProgressDialog(context); in showShutdownDialog() local
/frameworks/native/opengl/tests/angeles/
Ddemo.c243 VECTOR3 pa, pb, pc, pd; in createSuperShape() local
/frameworks/av/media/libstagefright/codec2/tests/
DC2Param_test.cpp2498 void dumpDesc(const C2ParamDescriptor &pd) { in dumpDesc()