Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h486 bool usedFramebufferName(GLuint name) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2440 bool GLClientState::usedFramebufferName(GLuint name) const { in usedFramebufferName() function in gfxstream::guest::GLClientState
2470 if (!usedFramebufferName(name)) { in bindFramebuffer()