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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp242 uint32_t* texName, uint32_t* fbName, uint32_t* status) {
257 *fbName = name;
260 void GLES11RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) { argument
262 glDeleteFramebuffersOES(1, &fbName);
241 bindImageAsFramebuffer(EGLImageKHR image, uint32_t* texName, uint32_t* fbName, uint32_t* status) argument
H A DGLES20RenderEngine.cpp211 uint32_t* texName, uint32_t* fbName, uint32_t* status) {
225 *fbName = name;
228 void GLES20RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) { argument
230 glDeleteFramebuffers(1, &fbName);
210 bindImageAsFramebuffer(EGLImageKHR image, uint32_t* texName, uint32_t* fbName, uint32_t* status) argument

Completed in 83 milliseconds