/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/ |
D | mm_jpeg.h | 153 static inline void cirq_reset(mm_jpeg_cirq_t *q) in cirq_reset() 173 #define cirq_empty(q) (q->count == 0) argument 187 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) argument 202 #define cirq_enqueue(q, type, data) ({ \ argument 229 #define cirq_dequeue(q, type, data) ({ \ argument
|
/device/generic/goldfish/qemu-props/ |
D | qemu-props.c | 84 char* q; in main() local
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 132 static inline void cirq_reset(mm_jpeg_cirq_t *q) in cirq_reset() 152 #define cirq_empty(q) (q->count == 0) argument 166 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) argument 181 #define cirq_enqueue(q, type, data) ({ \ argument 208 #define cirq_dequeue(q, type, data) ({ \ argument
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 151 static inline void cirq_reset(mm_jpeg_cirq_t *q) in cirq_reset() 171 #define cirq_empty(q) (q->count == 0) argument 185 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) argument 200 #define cirq_enqueue(q, type, data) ({ \ argument 227 #define cirq_dequeue(q, type, data) ({ \ argument
|
/device/generic/goldfish/opengl/system/egl/ |
D | eglDisplay.cpp | 290 const char* q = strchr(p, ' '); in findExtInList() local
|
/device/generic/goldfish/gps/ |
D | gps_qemu.c | 74 char* q; in nmea_tokenizer_init() local 93 const char* q = p; in nmea_tokenizer_init() local
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 176 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f() 601 void glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4x() 966 void glMultiTexCoord4xOES(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4xOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 453 void glMultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f() 961 void glMultiTexCoord4x(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4x() 1519 void glMultiTexCoord4xOES(GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4xOES()
|
D | gl_enc.cpp | 442 void glMultiTexCoord4f_enc(void *self , GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f_enc() 1833 void glMultiTexCoord4x_enc(void *self , GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4x_enc() 3429 …id glMultiTexCoord4xOES_enc(void *self , GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4xOES_enc()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 1681 char* q; in main() local
|