Searched refs:createNamedSurfaceTexture (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/cmds/flatland/ |
H A D | GLHelper.cpp | 83 bool resultb = createNamedSurfaceTexture(0, 1, 1, &mDummyGLConsumer, in setUp() 164 return createNamedSurfaceTexture(*name, w, h, glConsumer, surface); in createSurfaceTexture() 200 bool GLHelper::createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h, in createNamedSurfaceTexture() function in android::GLHelper
|
H A D | GLHelper.h | 70 bool createNamedSurfaceTexture(GLuint name, uint32_t w, uint32_t h,
|