Lines Matching defs:dst_internalformat

2850 	GLenum dst_internalformat		   = GL_NONE;
2898 dst_internalformat = dst_topleft.data_internalformat;
2903 is_dst_internalformat_valid = isInternalFormatCompatibleWithType(dst_type, dst_internalformat);
2921 (dst_internalformat != iterated_dst_internalformat)) ||
2923 (dst_internalformat == iterated_dst_internalformat) && (dst_type != iterated_dst_type));
4761 GLenum dst_internalformat) const;
6063 * using an internal format @param dst_internalformat.
6066 * @param dst_internalformat Internal format to be used for destination texture object's data storage.
6071 GLenum dst_internalformat) const
6099 if (internalformat_at_n == dst_internalformat)
6312 bool execute(GLenum src_internalformat, GLenum dst_internalformat,
6522 GLenum dst_internalformat = copyTexImage2DInternalFormatOrdering[n_dst_internal_format];
6528 switch (getDataSamplerTypeForInternalformat(dst_internalformat))
6532 if (!execute(fbo_internalformat, dst_internalformat, &m_f_src_f_dst_internalformat))
6547 if (!execute(fbo_internalformat, dst_internalformat, NULL))
6563 } // switch (GetDataSamplerTypeForInternalformat(dst_internalformat) )
6570 switch (getDataSamplerTypeForInternalformat(dst_internalformat))
6574 if (!execute(fbo_internalformat, dst_internalformat, &m_i_src_i_dst_internalformat))
6589 if (!execute(fbo_internalformat, dst_internalformat, NULL))
6606 } // switch (GetDataSamplerTypeForInternalformat(dst_internalformat) )
6613 switch (getDataSamplerTypeForInternalformat(dst_internalformat))
6617 if (!execute(fbo_internalformat, dst_internalformat, &m_ui_src_ui_dst_internalformat))
6632 if (!execute(fbo_internalformat, dst_internalformat, NULL))
6648 } // switch (GetDataSamplerTypeForInternalformat(dst_internalformat) )
6695 * @param dst_internalformat GLES internalformat that should be used for glReadPixels() call.
6703 bool RequiredCase::execute(GLenum src_internalformat, GLenum dst_internalformat,
6732 if (!isFBOEffectiveInternalFormatCompatibleWithDestinationInternalFormat(src_internalformat, dst_internalformat))
6759 n_conversion_rule, src_internalformat, src_type, dst_internalformat, &effective_internalformat,
6769 << "]=>[" << getInternalformatString(dst_internalformat) << "effective: "
6822 gl.copyTexImage2D(m_destination_attachment_type, 0, dst_internalformat, 0 /* x */, 0 /* y */,
6845 getFormatAndTypeCompatibleWithInternalformat(dst_internalformat, 0, &dst_format, &dst_type);
6856 gl.copyTexImage2D(j, 0, dst_internalformat, 0 /* x */, 0 /* y */, TEXTURE_WIDTH, TEXTURE_HEIGHT,
6863 gl.texImage2D(j, 0, dst_internalformat, TEXTURE_WIDTH, TEXTURE_HEIGHT, 0, dst_format, dst_type,
6892 << getInternalformatString(dst_internalformat)
7149 dst_internalformat, result_type, 0, 0, 0, 0);
7176 << getInternalformatString(dst_internalformat)
10093 * @param dst_internalformat GLES internalformat that should be used for gl.readPixels() call.