Home
last modified time | relevance | path

Searched refs:pbuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libagl/
Degl.cpp744 virtual bool initCheck() const { return pbuffer.data != 0; } in initCheck()
747 virtual EGLint getWidth() const { return pbuffer.width; } in getWidth()
748 virtual EGLint getHeight() const { return pbuffer.height; } in getHeight()
750 GGLSurface pbuffer; member
767 pbuffer.data = 0; in egl_pbuffer_surface_t()
770 pbuffer.version = sizeof(GGLSurface); in egl_pbuffer_surface_t()
771 pbuffer.width = w; in egl_pbuffer_surface_t()
772 pbuffer.height = h; in egl_pbuffer_surface_t()
773 pbuffer.stride = w; in egl_pbuffer_surface_t()
774 pbuffer.data = (GGLubyte*)malloc(size); in egl_pbuffer_surface_t()
[all …]
/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp1099 bool MediaAnalyticsItem::dumpAttributes(char **pbuffer, size_t *plength) { in dumpAttributes() argument
1103 if (pbuffer == NULL || plength == NULL) in dumpAttributes()
1107 *pbuffer = NULL; in dumpAttributes()
1239 *pbuffer = build; in dumpAttributes()
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h192 bool dumpAttributes(char **pbuffer, size_t *plength);
/frameworks/av/include/media/
DMediaAnalyticsItem.h192 bool dumpAttributes(char **pbuffer, size_t *plength);