Searched defs:attribute (Results 1 – 4 of 4) sorted by relevance
/device/huawei/angler/power/ |
D | metadata-parser.c | 37 char *attribute, int attribute_size, char *value, int value_size) in parse_metadata() 72 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local 104 char attribute[1024], value[1024], *saveptr; in parse_video_decode_metadata() local
|
/device/lge/bullhead/power/ |
D | metadata-parser.c | 37 char *attribute, int attribute_size, char *value, int value_size) in parse_metadata() 72 char attribute[1024], value[1024], *saveptr; in parse_video_encode_metadata() local 104 char attribute[1024], value[1024], *saveptr; in parse_video_decode_metadata() local
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 407 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface() 441 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() 570 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() 655 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
|
/device/generic/goldfish/opengl/system/egl/ |
D | egl.cpp | 602 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 730 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) in eglQuerySurface() 818 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() 1106 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) in eglQueryContext() 1358 EGLint attribute, EGLint *value) in eglGetSyncAttribKHR()
|