/device/google/contexthub/firmware/os/algos/ |
D | time_sync.c | 146 float alpha = mean_y - beta * mean_x; in time_sync_estimate_time1() local 148 sync->alpha = alpha; in time_sync_estimate_time1() 156 …*time1 = sync->time1_base + floatToInt64(sync->alpha + sync->beta * floatFromInt64(time2 - sync->t… in time_sync_estimate_time1()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument 63 getDispatch()->glClearColor(red, green, blue, alpha); in glClearColor() 76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() argument 78 getDispatch()->glColor4f(red, green, blue, alpha); in glColor4f() 286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx() argument 288 getDispatch()->glClearColorx(red, green, blue, alpha); in glClearColorx() 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() argument 313 getDispatch()->glColor4ub(red, green, blue, alpha); in glColor4ub() 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() argument 318 getDispatch()->glColor4x(red, green, blue, alpha); in glColor4x() [all …]
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 392 float x, y, z, alpha, magnitude; in add_samples() local 424 … alpha = floatFromUint64(time_delta) / floatFromUint64(FILTER_TIME_CONSTANT + time_delta); in add_samples() 425 x = alpha * (x - last_sample->x) + last_sample->x; in add_samples() 426 y = alpha * (y - last_sample->y) + last_sample->y; in add_samples() 427 z = alpha * (z - last_sample->z) + last_sample->z; in add_samples()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 12 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 59 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 61 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
D | gles2_core.entries | 12 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 21 void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 24 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/device/google/contexthub/firmware/os/inc/algos/ |
D | time_sync.h | 41 float alpha, beta; member
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 12 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 58 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 59 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 60 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 184 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 188 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument 318 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor() [all …]
|
/device/google/cuttlefish/shared/phone/ |
D | device.mk | 26 ro.cdma.home.operator.alpha=Android \
|
D | device_vendor.mk | 31 ro.cdma.home.operator.alpha=Android \
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 648 …API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 5 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 47 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 51 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) 52 GL_ENTRY(void, glColor4x, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) 53 GL_ENTRY(void, glColorMask, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) 184 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 188 GL_ENTRY(void, glColor4xOES, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_mdp.h | 308 uint32_t alpha; member 316 uint32_t alpha; member 638 uint32_t alpha; member 891 uint32_t alpha; member 1014 uint32_t alpha; member
|
D | msm_mdp_ext.h | 76 uint8_t alpha; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | msm_mdp.h | 358 uint32_t alpha; member 367 uint32_t alpha; member 830 uint32_t alpha; member 1147 uint32_t alpha; member 1284 uint32_t alpha; member
|
D | msm_mdp_ext.h | 276 uint8_t alpha; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_mdp.h | 308 uint32_t alpha; member 316 uint32_t alpha; member 638 uint32_t alpha; member 891 uint32_t alpha; member 1014 uint32_t alpha; member
|
D | msm_mdp_ext.h | 76 uint8_t alpha; member
|
/device/google/coral-kernel/sm8150/kernel-headers/linux/ |
D | msm_mdp.h | 309 uint32_t alpha; member 317 uint32_t alpha; member 639 uint32_t alpha; member 892 uint32_t alpha; member 1015 uint32_t alpha; member
|
D | msm_mdp_ext.h | 77 uint8_t alpha; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_mdp.h | 357 uint32_t alpha; member 366 uint32_t alpha; member 829 uint32_t alpha; member 1146 uint32_t alpha; member 1283 uint32_t alpha; member
|
D | msm_mdp_ext.h | 273 uint8_t alpha; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_mdp.h | 357 uint32_t alpha; member 366 uint32_t alpha; member 829 uint32_t alpha; member 1146 uint32_t alpha; member 1283 uint32_t alpha; member
|
D | msm_mdp_ext.h | 273 uint8_t alpha; member
|
/device/google/cuttlefish/shared/sepolicy/vendor/ |
D | property_contexts | 19 ro.cdma.home.operator.alpha u:object_r:vendor_init_radio_prop:s0
|
/device/google/cuttlefish/shared/auto/ |
D | device.mk | 45 ro.cdma.home.operator.alpha=Android \
|