Home
last modified time | relevance | path

Searched refs:isFBO (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h448 bool isFBO(ObjectLocalName p_localName);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2503 return ctx->isFBO(framebuffer) in glIsFramebufferOES()
2517 if (framebuffer && !ctx->isFBO(framebuffer)) { in glBindFramebufferNoValidation()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2456 bool GLEScontext::isFBO(ObjectLocalName p_localName) { in isFBO() function in GLEScontext
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3155 if (!ctx->isFBO(framebuffer)) in glIsFramebuffer()