Home
last modified time | relevance | path

Searched refs:createNamedSurfaceTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/flatland/
DGLHelper.h70 bool createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h,
DGLHelper.cpp84 bool resultb = createNamedSurfaceTexture(0, 1, 1, &mDummyGLConsumer, in setUp()
165 return createNamedSurfaceTexture(*name, w, h, glConsumer, surface); in createSurfaceTexture()
201 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture() function in android::GLHelper