Searched refs:createNamedSurfaceTexture (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/flatland/ |
D | GLHelper.h | 70 bool createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h,
|
D | GLHelper.cpp | 84 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
|