Searched defs:glConsumer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/flatland/
H A DGLHelper.cpp152 sp<GLConsumer>* glConsumer, EGLSurface* surface,
165 return createNamedSurfaceTexture(*name, w, h, glConsumer, surface);
202 sp<GLConsumer>* glConsumer, EGLSurface* surface) {
219 *glConsumer = glc;
151 createSurfaceTexture(uint32_t w, uint32_t h, sp<GLConsumer>* glConsumer, EGLSurface* surface, GLuint* name) argument
201 createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, sp<GLConsumer>* glConsumer, EGLSurface* surface) argument

Completed in 54 milliseconds