Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h79 GLuint getAttachment(GLenum attachment,
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp266 GLuint FramebufferData::getAttachment(GLenum attachment, in getAttachment() function in FramebufferData
518 if(!getAttachment(GL_COLOR_ATTACHMENT0_OES, NULL, NULL)) in validate()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp587 GLuint name = fbData->getAttachment(attachment, &target, NULL); in sHasAttachmentWithFormat()
1383 GLuint name = fbObj->getAttachment(kAttachments[i], &textarget, NULL); in s_detachFromFramebuffer()
2552 GLuint name = fbObj->getAttachment(attachment, &target, NULL); in glGetFramebufferAttachmentParameteriv()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2690 GLuint name = fbObj->getAttachment(attachment, &target, NULL); in glGetFramebufferAttachmentParameterivOES()