Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h459 int queryCurrFboBits(ObjectLocalName localFboName, GLenum pname);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp2490 int GLEScontext::queryCurrFboBits(ObjectLocalName localFboName, GLenum pname) { in queryCurrFboBits() argument
2496 if (!localFboName) { in queryCurrFboBits()
2504 FramebufferData* fbData = getFBOData(localFboName); in queryCurrFboBits()