Lines Matching refs:ImageIndex
26 gl::ImageIndex GetImageIndex(EGLenum eglTarget, const egl::AttributeMap &attribs) in GetImageIndex()
30 return gl::ImageIndex(); in GetImageIndex()
39 return gl::ImageIndex::Make3D(mip, layer); in GetImageIndex()
44 return gl::ImageIndex::MakeFromTarget(target, mip, 1); in GetImageIndex()
127 const gl::ImageIndex &imageIndex) const in isRenderable()
173 gl::Extents ExternalImageSibling::getAttachmentSize(const gl::ImageIndex &imageIndex) const in getAttachmentSize()
179 const gl::ImageIndex &imageIndex) const in getAttachmentFormat()
184 GLsizei ExternalImageSibling::getAttachmentSamples(const gl::ImageIndex &imageIndex) const in getAttachmentSamples()
191 const gl::ImageIndex &imageIndex) const in isRenderable()
216 gl::InitState ExternalImageSibling::initState(const gl::ImageIndex &imageIndex) const in initState()
221 void ExternalImageSibling::setInitState(const gl::ImageIndex &imageIndex, gl::InitState initState) in setInitState()
364 return mState.source->isRenderable(context, GL_NONE, gl::ImageIndex()); in isRenderable()