/device/google/contexthub/firmware/os/algos/calibration/accelerometer/ |
D | accel_cal.c | 140 agd->nz = agd->nzb = 0; in agdReset() 321 if (PHIZ < asd->mean_z && ac1->agd.nz < ac1->agd.nfz) { in accelGoodData() 322 ac1->agd.nz += 1; in accelGoodData() 346 ac1->agd.nz == ac1->agd.nfz && ac1->agd.nzb == ac1->agd.nfzb) { in accelGoodData() 370 ac1->agd.nz > ac1->agd.nfz || ac1->agd.nzb > ac1->agd.nfzb) { in accelGoodData() 716 (unsigned)acc->ac1[0].agd.nz, (unsigned)acc->ac1[0].agd.nzb, in accelCalDebPrint() 725 (unsigned)acc->ac1[1].agd.nz, (unsigned)acc->ac1[1].agd.nzb, in accelCalDebPrint()
|
D | accel_cal.h | 80 uint32_t nx, nxb, ny, nyb, nz, nzb, nle; member
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 181 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() argument 183 getDispatch()->glNormal3f(nx, ny, nz); in glNormal3f() 606 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() argument 608 getDispatch()->glNormal3x(nx, ny, nz); in glNormal3x() 971 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() argument 973 getDispatch()->glNormal3xOES(nx, ny, nz); in glNormal3xOES()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 118 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz);
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 33 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz); 117 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz); 210 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz); 459 void glNormal3f(GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f() argument 462 ctx->glNormal3f(ctx, nx, ny, nz); in glNormal3f() 967 void glNormal3x(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x() argument 970 ctx->glNormal3x(ctx, nx, ny, nz); in glNormal3x() 1525 void glNormal3xOES(GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES() argument 1528 ctx->glNormal3xOES(ctx, nx, ny, nz); in glNormal3xOES()
|
D | gl_enc.cpp | 779 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc() argument 799 memcpy(ptr, &nz, 4); ptr += 4; in glNormal3f_enc() 3146 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc() argument 3166 memcpy(ptr, &nz, 4); ptr += 4; in glNormal3x_enc() 5752 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc() argument 5772 memcpy(ptr, &nz, 4); ptr += 4; in glNormal3xOES_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 26 GL_ENTRY(void, glNormal3f, GLfloat nx, GLfloat ny, GLfloat nz) 110 GL_ENTRY(void, glNormal3x, GLfixed nx, GLfixed ny, GLfixed nz) 210 GL_ENTRY(void, glNormal3xOES, GLfixed nx, GLfixed ny, GLfixed nz)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 618 GL_API void GL_APIENTRY glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz); 705 GL_API void GL_APIENTRY glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz);
|
D | glext.h | 692 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz); 732 typedef void (GL_APIENTRYP PFNGLNORMAL3XOESPROC) (GLfixed nx, GLfixed ny, GLfixed nz);
|
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-coral-snd-card/ |
D | workspaceFile.qwsp | 1 …3dVJnP5spidn8tj6cD2mFmHgNnOubMNenyBc9yC2t/ra10laPGLudbLzY1Xx7fueS4YIzfX8lg/nz+X399G/8N/jP4G7eAEdcm…
|