Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DFramebufferData.cpp228 int idx = attachmentPointIndex(attachment); in setAttachment()
269 int idx = attachmentPointIndex(attachment); in getAttachment()
276 int idx = attachmentPointIndex(attachment); in getAttachmentSamples()
296 int idx = attachmentPointIndex(attachment); in getAttachmentDimensions()
322 int idx = attachmentPointIndex(attachment); in getAttachmentInternalFormat()
383 int FramebufferData::attachmentPointIndex(GLenum attachment) in attachmentPointIndex() function in FramebufferData
456 m_attachPoints[attachmentPointIndex(GL_DEPTH_ATTACHMENT)].obj; in refreshSeparateDepthStencilAttachmentState()
458 m_attachPoints[attachmentPointIndex(GL_STENCIL_ATTACHMENT)].obj; in refreshSeparateDepthStencilAttachmentState()
477 m_attachPoints[attachmentPointIndex(GL_DEPTH_ATTACHMENT)].name ? in refreshSeparateDepthStencilAttachmentState()
479 m_attachPoints[attachmentPointIndex(GL_STENCIL_ATTACHMENT)].name ? in refreshSeparateDepthStencilAttachmentState()
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DFramebufferData.h110 inline int attachmentPointIndex(GLenum attachment);