• Home
  • Raw
  • Download

Lines Matching refs:textureIndex

1767                                 const ImageIndex &textureIndex,  in setAttachment()  argument
1770 setAttachment(context, type, binding, textureIndex, resource, in setAttachment()
1779 const ImageIndex &textureIndex, in setAttachmentMultisample() argument
1783 setAttachment(context, type, binding, textureIndex, resource, in setAttachmentMultisample()
1791 const ImageIndex &textureIndex, in setAttachment() argument
1802 const InternalFormat *info = resource->getAttachmentFormat(binding, textureIndex).info; in setAttachment()
1812 setAttachmentImpl(context, type, binding, textureIndex, resource, numViews, baseViewIndex, in setAttachment()
1822 context, type, binding, textureIndex, resource, numViews, baseViewIndex, in setAttachment()
1827 mState.mWebGLDepthAttachment.attach(context, type, binding, textureIndex, resource, in setAttachment()
1833 mState.mWebGLStencilAttachment.attach(context, type, binding, textureIndex, resource, in setAttachment()
1838 setAttachmentImpl(context, type, binding, textureIndex, resource, numViews, in setAttachment()
1849 const ImageIndex &textureIndex, in setAttachmentMultiview() argument
1854 setAttachment(context, type, binding, textureIndex, resource, numViews, baseViewIndex, true, in setAttachmentMultiview()
1937 const ImageIndex &textureIndex, in setAttachmentImpl() argument
1949 &mDirtyDepthAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1952 &mDirtyStencilAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1959 &mDirtyDepthAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1966 &mDirtyStencilAttachmentBinding, type, binding, textureIndex, resource, in setAttachmentImpl()
1972 &mDirtyColorAttachmentBindings[0], type, binding, textureIndex, in setAttachmentImpl()
1985 textureIndex, resource, numViews, baseViewIndex, isMultiview, samples); in setAttachmentImpl()
1995 colorIndex, resource->getAttachmentFormat(binding, textureIndex).info); in setAttachmentImpl()
2014 const ImageIndex &textureIndex, in updateAttachment() argument
2021 attachment->attach(context, type, binding, textureIndex, resource, numViews, baseViewIndex, in updateAttachment()
2131 for (size_t textureIndex : activeTextures) in formsRenderingFeedbackLoopWith() local
2133 unsigned int uintIndex = static_cast<unsigned int>(textureIndex); in formsRenderingFeedbackLoopWith()
2134 Texture *texture = glState.getSamplerTexture(uintIndex, textureTypes[textureIndex]); in formsRenderingFeedbackLoopWith()