Searched defs:g (Results 1 – 8 of 8) sorted by relevance
| /system/media/mca/filterpacks/imageproc/native/ |
| D | brightness.c | 86 const short g = (pixel.rgba[1] * factor) / 255; in brightness_process() local
|
| /system/core/libpixelflinger/ |
| D | clear.cpp | 147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
|
| D | pixelflinger.cpp | 282 const int32_t g = gglClampx(color[1]); in ggl_fogColor3xv() local 372 const GGLclampx g = gglClampx(params[1]); in ggl_texEnvxv() local 513 GGLboolean g, in ggl_colorMask()
|
| D | buffer.cpp | 258 GGLcolor r, GGLcolor g, GGLcolor b, GGLcolor a) in ggl_pack_color()
|
| D | scanline.cpp | 616 GGLcolor r, g, b, a; in scanline() local 1101 uint32_t g = (s >> 8) & 0xff; in abgr8888ToRgb565() local 1215 const int g = c->iterators.ydgdy >> (GGL_COLOR_BITS-8); in init() local
|
| /system/core/sh/ |
| D | miscbltin.c | 232 char u[4], g[4], o[4]; in umaskcmd() local
|
| /system/media/mca/filterfw/java/android/filterfw/core/ |
| D | ShaderProgram.java | 198 public void setClearColor(float r, float g, float b) { in setClearColor() 279 private native boolean setShaderClearColor(float r, float g, float b); in setShaderClearColor()
|
| /system/media/mca/filterfw/jni/ |
| D | jni_shader_program.cpp | 216 jfloat g, in Java_android_filterfw_core_ShaderProgram_setShaderClearColor()
|