Home
last modified time | relevance | path

Searched defs:FramebufferData (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp75 FramebufferData::FramebufferData(GLuint name, GLuint globalName) : ObjectData(FRAMEBUFFER_DATA) in FramebufferData() function in FramebufferData
79 FramebufferData::FramebufferData(android::base::Stream* stream) : in FramebufferData() function in FramebufferData
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h226 class FramebufferData; variable