HomeSort by relevance Sort by last modified time
    Searched refs:unbindFramebuffer (Results 1 - 6 of 6) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h 43 virtual void unbindFramebuffer(uint32_t texName, uint32_t fbName);
GLES20RenderEngine.h 58 virtual void unbindFramebuffer(uint32_t texName, uint32_t fbName);
RenderEngine.h 51 virtual void unbindFramebuffer(uint32_t texName, uint32_t fbName) = 0;
GLES11RenderEngine.cpp 206 void GLES11RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) {
RenderEngine.cpp 230 mEngine.unbindFramebuffer(mTexName, mFbName);
GLES20RenderEngine.cpp 171 void GLES20RenderEngine::unbindFramebuffer(uint32_t texName, uint32_t fbName) {

Completed in 794 milliseconds