Searched refs:getAttachment (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | FramebufferData.h | 79 GLuint getAttachment(GLenum attachment,
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | FramebufferData.cpp | 266 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/ |
D | GLESv2Imp.cpp | 587 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/ |
D | GLEScmImp.cpp | 2690 GLuint name = fbObj->getAttachment(attachment, &target, NULL); in glGetFramebufferAttachmentParameterivOES()
|