Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 25 of 37) sorted by relevance

12

/device/google/contexthub/firmware/os/algos/
Dtime_sync.c146 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/
Dgles.cpp61 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/
Dwindow_orientation.c392 float x, y, z, alpha, magnitude; in add_samples() local
424alpha = 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/
Dgles1_core.entries9 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);
Dgles2_core.entries12 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/
Dtime_sync.h41 float alpha, beta; member
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp9 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/
Ddevice.mk26 ro.cdma.home.operator.alpha=Android \
Ddevice_vendor.mk31 ro.cdma.home.operator.alpha=Android \
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h594 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/
Dgles1.in2 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/
Dmsm_mdp.h308 uint32_t alpha; member
316 uint32_t alpha; member
638 uint32_t alpha; member
891 uint32_t alpha; member
1014 uint32_t alpha; member
Dmsm_mdp_ext.h76 uint8_t alpha; member
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dmsm_mdp.h358 uint32_t alpha; member
367 uint32_t alpha; member
830 uint32_t alpha; member
1147 uint32_t alpha; member
1284 uint32_t alpha; member
Dmsm_mdp_ext.h276 uint8_t alpha; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_mdp.h308 uint32_t alpha; member
316 uint32_t alpha; member
638 uint32_t alpha; member
891 uint32_t alpha; member
1014 uint32_t alpha; member
Dmsm_mdp_ext.h76 uint8_t alpha; member
/device/google/coral-kernel/sm8150/kernel-headers/linux/
Dmsm_mdp.h309 uint32_t alpha; member
317 uint32_t alpha; member
639 uint32_t alpha; member
892 uint32_t alpha; member
1015 uint32_t alpha; member
Dmsm_mdp_ext.h77 uint8_t alpha; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_mdp.h357 uint32_t alpha; member
366 uint32_t alpha; member
829 uint32_t alpha; member
1146 uint32_t alpha; member
1283 uint32_t alpha; member
Dmsm_mdp_ext.h273 uint8_t alpha; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_mdp.h357 uint32_t alpha; member
366 uint32_t alpha; member
829 uint32_t alpha; member
1146 uint32_t alpha; member
1283 uint32_t alpha; member
Dmsm_mdp_ext.h273 uint8_t alpha; member
/device/google/cuttlefish/shared/sepolicy/vendor/
Dproperty_contexts19 ro.cdma.home.operator.alpha u:object_r:vendor_init_radio_prop:s0
/device/google/cuttlefish/shared/auto/
Ddevice.mk45 ro.cdma.home.operator.alpha=Android \

12