Home
last modified time | relevance | path

Searched refs:green (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp244 info.green.offset = 5; in init_frame_buffer_locked()
245 info.green.length = 6; in init_frame_buffer_locked()
257 info.green.offset = 8; in init_frame_buffer_locked()
258 info.green.length = 8; in init_frame_buffer_locked()
343 info.green.offset, info.green.length, in init_frame_buffer_locked()
/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp227 info.green.offset = 5; in init_frame_buffer_locked()
228 info.green.length = 6; in init_frame_buffer_locked()
240 info.green.offset = 8; in init_frame_buffer_locked()
241 info.green.length = 8; in init_frame_buffer_locked()
316 info.red.length, info.green.offset, info.green.length, info.blue.offset, info.blue.length); in init_frame_buffer_locked()
/device/amlogic/yukawa/gralloc/
Dframebuffer_device.cpp227 info.green.offset = 5; in init_frame_buffer_locked()
228 info.green.length = 6; in init_frame_buffer_locked()
240 info.green.offset = 8; in init_frame_buffer_locked()
241 info.green.length = 8; in init_frame_buffer_locked()
316 info.red.length, info.green.offset, info.green.length, info.blue.offset, info.blue.length); in init_frame_buffer_locked()
/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEnum.py95 green = 2 variable in _test.Color
137 green = 2 variable in _test2.Color
/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/amlogic/yukawa/lights/
Dlights.cpp49 uint8_t green; member
119 write8reg8(fd, addr.green, ((color >> 8) & 0xFF)); in writeLedArray()
/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/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 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alph…
Dglext.h668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp…
671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
708 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, G…
711 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed …
/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
DEnum.py130 green = 2 variable in _test.Color
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_datetime.py106 green = pickler.dumps(orig, proto)
107 derived = unpickler.loads(green)
119 green = pickler.dumps(orig, proto)
120 derived = unpickler.loads(green)
321 green = pickler.dumps(orig, proto)
322 derived = unpickler.loads(green)
967 green = pickler.dumps(orig, proto)
968 derived = unpickler.loads(green)
1117 green = pickler.dumps(orig, proto)
1118 derived = unpickler.loads(green)
[all …]
/device/google/sunfish-kernel/sm7150/original-kernel-headers/drm/
Ddrm_mode.h579 __u64 green; member
593 __u16 green; member
/device/google/sunfish-kernel/sm7150/kernel-headers/drm/
Ddrm_mode.h349 __u64 green; member
357 __u16 green; member
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/
Ddrm_mode.h622 __u64 green; member
639 __u16 green; member
/device/google/redbull-kernel/sm7250/kernel-headers/drm/
Ddrm_mode.h366 __u64 green; member
374 __u16 green; member
/device/google/barbet-kernel/sm7250/kernel-headers/drm/
Ddrm_mode.h366 __u64 green; member
374 __u16 green; member
/device/google/barbet-kernel/sm7250/original-kernel-headers/drm/
Ddrm_mode.h622 __u64 green; member
639 __u16 green; member
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean …
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp327 auto green = GreenVal(raw_pixel); in AppendRawStripe() local
331 Pixel{green} << pixel_format_.green_shift; in AppendRawStripe()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean …
Dgl31.h384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
396 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean …
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp15 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
24 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
27 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
484 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() argument
487 ctx->glBlendColor(ctx, red, green, blue, alpha); in glBlendColor()
538 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument
541 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor()
556 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask() argument
559 ctx->glColorMask(ctx, red, green, blue, alpha); in glColorMask()

12