Home
last modified time | relevance | path

Searched defs:fbData (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8226/liboverlay/
DmdpWrapper.h271 inline bool wbQueueBuffer(int fbfd, struct msmfb_data& fbData) { in wbQueueBuffer()
281 inline bool wbDequeueBuffer(int fbfd, struct msmfb_data& fbData) { in wbDequeueBuffer()
/hardware/qcom/display/msm8084/liboverlay/
DmdpWrapper.h269 inline bool wbQueueBuffer(int fbfd, struct msmfb_data& fbData) { in wbQueueBuffer()
278 inline bool wbDequeueBuffer(int fbfd, struct msmfb_data& fbData) { in wbDequeueBuffer()
/hardware/qcom/display/msm8994/liboverlay/
DmdpWrapper.h300 inline bool wbQueueBuffer(int fbfd, struct msmfb_data& fbData) { in wbQueueBuffer()
310 inline bool wbDequeueBuffer(int fbfd, struct msmfb_data& fbData) { in wbDequeueBuffer()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp747 FramebufferData* fbData = (FramebufferData*)it->second.get(); in postSave() local
2504 FramebufferData* fbData = getFBOData(localFboName); in queryCurrFboBits() local
2648 FramebufferData* fbData = in copyTexImageWithEmulation() local
2787 FramebufferData* fbData = (FramebufferData*)(getFBODataPtr(readFboBinding).get()); in getReadBufferSamples() local
2798 FramebufferData* fbData = (FramebufferData*)(getFBODataPtr(readFboBinding).get()); in getReadBufferInternalFormat() local
2810 FramebufferData* fbData = (FramebufferData*)(getFBODataPtr(readFboBinding).get()); in getReadBufferDimensions() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp581 FramebufferData* fbData, in sHasAttachmentWithFormat()