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

/frameworks/native/cmds/flatland/
H A DGLHelper.cpp153 sp<GLConsumer>* glConsumer, EGLSurface* surface,
166 return createNamedSurfaceTexture(*name, w, h, glConsumer, surface);
203 sp<GLConsumer>* glConsumer, EGLSurface* surface) {
220 *glConsumer = glc;
152 createSurfaceTexture(uint32_t w, uint32_t h, sp<GLConsumer>* glConsumer, EGLSurface* surface, GLuint* name) argument
202 createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, sp<GLConsumer>* glConsumer, EGLSurface* surface) argument

Completed in 10 milliseconds